Skip to content

Commit

Permalink
apply php cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Feb 12, 2017
1 parent 311e748 commit 9cff6eb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/ActionEventEmitterEventStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function deleteProjection(string $name, bool $deleteEmittedEvents): void
$this,
[
'name' => $name,
'deleteEmittedEvents' => $deleteEmittedEvents
'deleteEmittedEvents' => $deleteEmittedEvents,
]
);

Expand Down
1 change: 0 additions & 1 deletion tests/ActionEventEmitterEventStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
use Prooph\EventStore\Projection\Projection;
use Prooph\EventStore\Projection\Query;
use Prooph\EventStore\Projection\ReadModelProjection;
use Prooph\EventStore\ReadOnlyEventStore;
use Prooph\EventStore\Stream;
use Prooph\EventStore\StreamName;
use ProophTest\EventStore\Mock\ReadModelMock;
Expand Down
1 change: 0 additions & 1 deletion tests/ActionEventEmitterEventStoreTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Prooph\Common\Event\ProophActionEventEmitter;
use Prooph\EventStore\ActionEventEmitterEventStore;
use Prooph\EventStore\InMemoryEventStore;
use Prooph\EventStore\TransactionalActionEventEmitterEventStore;

abstract class ActionEventEmitterEventStoreTestCase extends EventStoreTestCase
{
Expand Down
1 change: 0 additions & 1 deletion tests/Plugin/PluginManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use ProophTest\EventStore\ActionEventEmitterEventStoreTestCase;
use ProophTest\EventStore\Mock\EventLoggerPlugin;
use ProophTest\EventStore\Mock\UserCreated;
use Zend\ServiceManager\Config;
use Zend\ServiceManager\ServiceManager;

class PluginManagerTest extends ActionEventEmitterEventStoreTestCase
Expand Down

0 comments on commit 9cff6eb

Please sign in to comment.