Skip to content

Commit

Permalink
apply prooph cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Nov 2, 2018
1 parent d1476ce commit 9d81cf9
Show file tree
Hide file tree
Showing 35 changed files with 70 additions and 35 deletions.
3 changes: 2 additions & 1 deletion src/Event/ActionEvent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/ActionEventEmitter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/ActionEventListenerAggregate.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/DefaultActionEvent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/DefaultListenerHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/DetachAggregateHandlers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/ListenerHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Event/ProophActionEventEmitter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/Command.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/DomainEvent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/DomainMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/FQCNMessageFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/HasMessageName.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/Message.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/MessageConverter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/MessageDataAssertion.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/MessageFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/NoOpMessageConverter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/PayloadConstructable.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/PayloadTrait.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion src/Messaging/Query.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Event/DefaultActionEventTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Event/ProophActionEventEmitterTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Messaging/CommandTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Messaging/DomainEventTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Messaging/FQCNMessageFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Messaging/MessageDataAssertionTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Messaging/NoOpMessageConverterTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Messaging/QueryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Mock/ActionEventListenerMock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Mock/ActionListenerAggregateMock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Mock/AskSomething.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Mock/DoSomething.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Mock/InvalidMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down
3 changes: 2 additions & 1 deletion tests/Mock/SomethingWasDone.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* This file is part of the prooph/common.
* This file is part of prooph/common.
* (c) 2014-2018 prooph software GmbH <[email protected]>
* (c) 2015-2018 Sascha-Oliver Prolic <[email protected]>
*
Expand Down

0 comments on commit 9d81cf9

Please sign in to comment.