Skip to content

Commit a1f63fd

Browse files
author
Alexander Miertsch
authored
Merge pull request #113 from proophsoftware/hotfix/oop_flavour
Hotfix/oop flavour
2 parents 0eb2881 + c4a33b6 commit a1f63fd

File tree

218 files changed

+230
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+230
-223
lines changed

examples/FunctionalFlavour/Aggregate/Aggregate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Aggregate/UserDescription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Aggregate/UserState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Api/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Api/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Api/MessageDescription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Api/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Command/ChangeUsername.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Command/RegisterUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

examples/FunctionalFlavour/Event/UserRegistered.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of the proophsoftware/event-machine.
4-
* (c) 2017-2018 prooph software GmbH <[email protected]>
4+
* (c) 2017-2019 prooph software GmbH <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

0 commit comments

Comments
 (0)