-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from lunetics/symfony_6
Symfony 6
- Loading branch information
Showing
70 changed files
with
174 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
@@ -49,8 +49,11 @@ abstract class AbstractProjectionCommand extends Command | |
protected $projection; | ||
|
||
private ContainerInterface $projectionManagerForProjectionsLocator; | ||
|
||
private ContainerInterface $projectionsLocator; | ||
|
||
private ContainerInterface $projectionReadModelLocator; | ||
|
||
private ContainerInterface $projectionOptionsLocator; | ||
|
||
public function __construct( | ||
|
@@ -108,6 +111,7 @@ protected function initialize(InputInterface $input, OutputInterface $output): v | |
throw new RuntimeException('Projection was not created'); | ||
} | ||
$output->writeln(\vsprintf('<header>Initialized projection "%s"</header>', \is_array($this->projectionName) ? $this->projectionName : [$this->projectionName])); | ||
|
||
try { | ||
$state = $this->projectionManager->fetchProjectionStatus($this->projectionName)->getValue(); | ||
} catch (\Prooph\EventStore\Exception\RuntimeException $e) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
@@ -26,12 +26,17 @@ class ProjectionNamesCommand extends Command | |
use FormatsOutput; | ||
|
||
private const ARGUMENT_FILTER = 'filter'; | ||
|
||
private const OPTION_REGEX = 'regex'; | ||
|
||
private const OPTION_LIMIT = 'limit'; | ||
|
||
private const OPTION_OFFSET = 'offset'; | ||
|
||
private const OPTION_MANAGER = 'manager'; | ||
|
||
private ContainerInterface $projectionManagersLocator; | ||
|
||
private array $projectionManagerNames; | ||
|
||
public function __construct(ContainerInterface $projectionManagersLocator, array $projectionManagerNames) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
@@ -35,7 +35,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int | |
$keepRunning = ! $input->getOption(static::OPTION_RUN_ONCE); | ||
$output->writeln( | ||
\sprintf( | ||
'<action>Starting projection <highlight>%s</highlight>. Keep running: <highlight>%s</highlight></action>', $this->projectionName, | ||
'<action>Starting projection <highlight>%s</highlight>. Keep running: <highlight>%s</highlight></action>', | ||
$this->projectionName, | ||
$keepRunning === true ? 'enabled' : 'disabled' | ||
) | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
@@ -27,6 +27,7 @@ | |
final class ProophEventStoreExtension extends Extension | ||
{ | ||
public const TAG_PROJECTION = 'prooph_event_store.projection'; | ||
|
||
public const TAG_PROJECTION_OPTIONS = 'prooph_event_store.projection_options'; | ||
|
||
public function getNamespace(): string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store-symfony-bundle. | ||
* (c) 2014-2021 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Oops, something went wrong.