Skip to content

Commit

Permalink
Merge pull request #75 from basz/update-cs-headers
Browse files Browse the repository at this point in the history
Update cs headers
  • Loading branch information
prolic authored Nov 2, 2018
2 parents bed79aa + 9d81cf9 commit b293f18
Show file tree
Hide file tree
Showing 38 changed files with 73 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .docheader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the prooph/common.
* This file is part of %package%.
* (c) 2014-%year% prooph software GmbH <[email protected]>
* (c) 2015-%year% Sascha-Oliver Prolic <[email protected]>
*
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ before_script:
script:
- if [[ $TEST_COVERAGE == 'true' ]]; then php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml; else ./vendor/bin/phpunit; fi
- ./vendor/bin/php-cs-fixer fix -v --diff --dry-run
- ./vendor/bin/docheader check src/ tests/

after_success:
- if [[ $TEST_COVERAGE == 'true' ]]; then php vendor/bin/coveralls -v; fi
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"prooph/php-cs-fixer-config": "^0.2",
"prooph/php-cs-fixer-config": "^0.3",
"satooshi/php-coveralls": "^1.0",
"prooph/bookdown-template": "^0.2.3",
"malukenho/docheader": "^0.1.4"
"prooph/bookdown-template": "^0.2.3"
},
"conflict": {
"php": "7.1.3"
Expand Down
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 b293f18

Please sign in to comment.