From b84435be44b675b87b22a96c9129c2d7caa327d7 Mon Sep 17 00:00:00 2001 From: prolic Date: Thu, 6 Oct 2016 22:30:50 +0800 Subject: [PATCH] apply php cs fixes --- tests/EventStoreIntegration/AggregateRootDecoratorTest.php | 2 +- tests/Mock/BrokenUser.php | 1 - tests/Mock/UserCreated.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/EventStoreIntegration/AggregateRootDecoratorTest.php b/tests/EventStoreIntegration/AggregateRootDecoratorTest.php index ae65b26..617d5c3 100644 --- a/tests/EventStoreIntegration/AggregateRootDecoratorTest.php +++ b/tests/EventStoreIntegration/AggregateRootDecoratorTest.php @@ -3,7 +3,7 @@ * This file is part of the prooph/event-sourcing. * (c) 2014-2016 prooph software GmbH * (c) 2015-2016 Sascha-Oliver Prolic - * + * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/tests/Mock/BrokenUser.php b/tests/Mock/BrokenUser.php index dc0e10d..4436c74 100644 --- a/tests/Mock/BrokenUser.php +++ b/tests/Mock/BrokenUser.php @@ -12,7 +12,6 @@ namespace ProophTest\EventSourcing\Mock; -use Prooph\EventSourcing\AggregateChanged; use Prooph\EventSourcing\AggregateRoot; use Ramsey\Uuid\Uuid; diff --git a/tests/Mock/UserCreated.php b/tests/Mock/UserCreated.php index 75ed35c..40cf7f9 100644 --- a/tests/Mock/UserCreated.php +++ b/tests/Mock/UserCreated.php @@ -3,7 +3,7 @@ * This file is part of the prooph/event-sourcing. * (c) 2014-2016 prooph software GmbH * (c) 2015-2016 Sascha-Oliver Prolic - * + * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */