diff --git a/.docheader b/.docheader index cb298540..a96d455c 100644 --- a/.docheader +++ b/.docheader @@ -1,8 +1,6 @@ -/** - * This file is part of the prooph/event-store-client. - * (c) 2018-%year% prooph software GmbH - * (c) 2018-%year% Sascha-Oliver Prolic - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ \ No newline at end of file +This file is part of `%package%`. +(c) 2018-%year% prooph software GmbH +(c) 2018-%year% Sascha-Oliver Prolic + +For the full copyright and license information, please view the LICENSE +file that was distributed with this source code. diff --git a/composer.json b/composer.json index 9d728017..fda09a7b 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,9 @@ "ramsey/uuid": "^3.7.3" }, "require-dev": { - "malukenho/docheader": "^0.1.4", "phpspec/prophecy": "^1.7", - "phpunit/phpunit": "^7.3.3", - "prooph/php-cs-fixer-config": "^0.2.1", + "phpunit/phpunit": "^7.4", + "prooph/php-cs-fixer-config": "^0.3", "satooshi/php-coveralls": "^1.0" }, "autoload": { diff --git a/examples/demo-async-cluster.php b/examples/demo-async-cluster.php index 5fdefa11..f9642a4b 100644 --- a/examples/demo-async-cluster.php +++ b/examples/demo-async-cluster.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-async-dns-cluster.php b/examples/demo-async-dns-cluster.php index 3056f3cf..c0b52913 100644 --- a/examples/demo-async-dns-cluster.php +++ b/examples/demo-async-dns-cluster.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-async-with-logger.php b/examples/demo-async-with-logger.php index 4ce01e01..12a4e3a0 100644 --- a/examples/demo-async-with-logger.php +++ b/examples/demo-async-with-logger.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-async.php b/examples/demo-async.php index 8800241f..e7b8ea70 100644 --- a/examples/demo-async.php +++ b/examples/demo-async.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-subscription-with-logger.php b/examples/demo-subscription-with-logger.php index 3bb9a4fd..72955baa 100644 --- a/examples/demo-subscription-with-logger.php +++ b/examples/demo-subscription-with-logger.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-subscription1.php b/examples/demo-subscription1.php index e3391269..e93f91d6 100644 --- a/examples/demo-subscription1.php +++ b/examples/demo-subscription1.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-subscription2.php b/examples/demo-subscription2.php index 8969c55a..24e3833b 100644 --- a/examples/demo-subscription2.php +++ b/examples/demo-subscription2.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-subscription3.php b/examples/demo-subscription3.php index c90cf2c2..05209357 100644 --- a/examples/demo-subscription3.php +++ b/examples/demo-subscription3.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-subscription4.php b/examples/demo-subscription4.php index 74fc5774..c9f1e93c 100644 --- a/examples/demo-subscription4.php +++ b/examples/demo-subscription4.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-subscription5.php b/examples/demo-subscription5.php index 8c33ba0d..2ac47342 100644 --- a/examples/demo-subscription5.php +++ b/examples/demo-subscription5.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/examples/demo-sync.php b/examples/demo-sync.php index 3c2f3769..dd88aa2e 100644 --- a/examples/demo-sync.php +++ b/examples/demo-sync.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e48a3d09..e21732a6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -21,8 +21,6 @@ processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" - timeoutForSmallTests="2" - enforceTimeLimit="true" failOnWarning="true" failOnRisky="true" > diff --git a/src/AllEventsSlice.php b/src/AllEventsSlice.php index 83bd4e08..f1829774 100644 --- a/src/AllEventsSlice.php +++ b/src/AllEventsSlice.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/CatchUpSubscriptionDropped.php b/src/CatchUpSubscriptionDropped.php index 03178811..1fba7a93 100644 --- a/src/CatchUpSubscriptionDropped.php +++ b/src/CatchUpSubscriptionDropped.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/CatchUpSubscriptionSettings.php b/src/CatchUpSubscriptionSettings.php index 16cf91e1..d7d7524c 100644 --- a/src/CatchUpSubscriptionSettings.php +++ b/src/CatchUpSubscriptionSettings.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientAuthenticationFailedEventArgs.php b/src/ClientAuthenticationFailedEventArgs.php index 754afccf..d15306d0 100644 --- a/src/ClientAuthenticationFailedEventArgs.php +++ b/src/ClientAuthenticationFailedEventArgs.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientClosedEventArgs.php b/src/ClientClosedEventArgs.php index 00287864..391d4c60 100644 --- a/src/ClientClosedEventArgs.php +++ b/src/ClientClosedEventArgs.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientConnectionEventArgs.php b/src/ClientConnectionEventArgs.php index 052d93c7..ae4a5548 100644 --- a/src/ClientConnectionEventArgs.php +++ b/src/ClientConnectionEventArgs.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientErrorEventArgs.php b/src/ClientErrorEventArgs.php index 54f81977..6434dbb9 100644 --- a/src/ClientErrorEventArgs.php +++ b/src/ClientErrorEventArgs.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/AbstractOperation.php b/src/ClientOperations/AbstractOperation.php index a2d99a3e..284834f5 100644 --- a/src/ClientOperations/AbstractOperation.php +++ b/src/ClientOperations/AbstractOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/AbstractSubscriptionOperation.php b/src/ClientOperations/AbstractSubscriptionOperation.php index db73f756..4fdaa329 100644 --- a/src/ClientOperations/AbstractSubscriptionOperation.php +++ b/src/ClientOperations/AbstractSubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/AppendToStreamOperation.php b/src/ClientOperations/AppendToStreamOperation.php index b8ff0d29..be9aabec 100644 --- a/src/ClientOperations/AppendToStreamOperation.php +++ b/src/ClientOperations/AppendToStreamOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ClientOperation.php b/src/ClientOperations/ClientOperation.php index 9bb5c7c3..61ebb593 100644 --- a/src/ClientOperations/ClientOperation.php +++ b/src/ClientOperations/ClientOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/CommitTransactionOperation.php b/src/ClientOperations/CommitTransactionOperation.php index 191b7877..3b334635 100644 --- a/src/ClientOperations/CommitTransactionOperation.php +++ b/src/ClientOperations/CommitTransactionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ConditionalAppendToStreamOperation.php b/src/ClientOperations/ConditionalAppendToStreamOperation.php index 50456013..c562b957 100644 --- a/src/ClientOperations/ConditionalAppendToStreamOperation.php +++ b/src/ClientOperations/ConditionalAppendToStreamOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ConnectToPersistentSubscriptionOperation.php b/src/ClientOperations/ConnectToPersistentSubscriptionOperation.php index a1689d1c..af5860dc 100644 --- a/src/ClientOperations/ConnectToPersistentSubscriptionOperation.php +++ b/src/ClientOperations/ConnectToPersistentSubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/CreatePersistentSubscriptionOperation.php b/src/ClientOperations/CreatePersistentSubscriptionOperation.php index 6502f7ef..6eb70cb3 100644 --- a/src/ClientOperations/CreatePersistentSubscriptionOperation.php +++ b/src/ClientOperations/CreatePersistentSubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/DeletePersistentSubscriptionOperation.php b/src/ClientOperations/DeletePersistentSubscriptionOperation.php index 247f5a08..99f8ce02 100644 --- a/src/ClientOperations/DeletePersistentSubscriptionOperation.php +++ b/src/ClientOperations/DeletePersistentSubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/DeleteStreamOperation.php b/src/ClientOperations/DeleteStreamOperation.php index d37a7609..5d4b6e1a 100644 --- a/src/ClientOperations/DeleteStreamOperation.php +++ b/src/ClientOperations/DeleteStreamOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ReadAllEventsBackwardOperation.php b/src/ClientOperations/ReadAllEventsBackwardOperation.php index fcd1bc6e..df13a22d 100644 --- a/src/ClientOperations/ReadAllEventsBackwardOperation.php +++ b/src/ClientOperations/ReadAllEventsBackwardOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ReadAllEventsForwardOperation.php b/src/ClientOperations/ReadAllEventsForwardOperation.php index d9309308..00d42eec 100644 --- a/src/ClientOperations/ReadAllEventsForwardOperation.php +++ b/src/ClientOperations/ReadAllEventsForwardOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ReadEventOperation.php b/src/ClientOperations/ReadEventOperation.php index e105d858..5632695e 100644 --- a/src/ClientOperations/ReadEventOperation.php +++ b/src/ClientOperations/ReadEventOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ReadStreamEventsBackwardOperation.php b/src/ClientOperations/ReadStreamEventsBackwardOperation.php index 51d5bf60..bf91cd3c 100644 --- a/src/ClientOperations/ReadStreamEventsBackwardOperation.php +++ b/src/ClientOperations/ReadStreamEventsBackwardOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/ReadStreamEventsForwardOperation.php b/src/ClientOperations/ReadStreamEventsForwardOperation.php index e7ec5289..7075d189 100644 --- a/src/ClientOperations/ReadStreamEventsForwardOperation.php +++ b/src/ClientOperations/ReadStreamEventsForwardOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/StartAsyncTransactionOperation.php b/src/ClientOperations/StartAsyncTransactionOperation.php index d89bf3b8..4c6d0b0b 100644 --- a/src/ClientOperations/StartAsyncTransactionOperation.php +++ b/src/ClientOperations/StartAsyncTransactionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/StartTransactionOperation.php b/src/ClientOperations/StartTransactionOperation.php index a577f676..008b8904 100644 --- a/src/ClientOperations/StartTransactionOperation.php +++ b/src/ClientOperations/StartTransactionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/SubscriptionOperation.php b/src/ClientOperations/SubscriptionOperation.php index 58df4eeb..2fe14d58 100644 --- a/src/ClientOperations/SubscriptionOperation.php +++ b/src/ClientOperations/SubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/TransactionalWriteOperation.php b/src/ClientOperations/TransactionalWriteOperation.php index 0c04fe41..a2fbd3e5 100644 --- a/src/ClientOperations/TransactionalWriteOperation.php +++ b/src/ClientOperations/TransactionalWriteOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/UpdatePersistentSubscriptionOperation.php b/src/ClientOperations/UpdatePersistentSubscriptionOperation.php index 9cb923a8..d0933553 100644 --- a/src/ClientOperations/UpdatePersistentSubscriptionOperation.php +++ b/src/ClientOperations/UpdatePersistentSubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientOperations/VolatileSubscriptionOperation.php b/src/ClientOperations/VolatileSubscriptionOperation.php index 110792d1..e1c456d9 100644 --- a/src/ClientOperations/VolatileSubscriptionOperation.php +++ b/src/ClientOperations/VolatileSubscriptionOperation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClientReconnectingEventArgs.php b/src/ClientReconnectingEventArgs.php index c1e621df..f8efa798 100644 --- a/src/ClientReconnectingEventArgs.php +++ b/src/ClientReconnectingEventArgs.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ClusterSettings.php b/src/ClusterSettings.php index ad4d0264..20bc7414 100644 --- a/src/ClusterSettings.php +++ b/src/ClusterSettings.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/CommitEventRecord.php b/src/CommitEventRecord.php index a8457c99..3509a314 100644 --- a/src/CommitEventRecord.php +++ b/src/CommitEventRecord.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Common/SystemConsumerStrategies.php b/src/Common/SystemConsumerStrategies.php index cc51396d..8efa2079 100644 --- a/src/Common/SystemConsumerStrategies.php +++ b/src/Common/SystemConsumerStrategies.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Common/SystemEventTypes.php b/src/Common/SystemEventTypes.php index 2e7fc171..5a9c2a18 100644 --- a/src/Common/SystemEventTypes.php +++ b/src/Common/SystemEventTypes.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Common/SystemMetadata.php b/src/Common/SystemMetadata.php index 69ae5cb2..2a008862 100644 --- a/src/Common/SystemMetadata.php +++ b/src/Common/SystemMetadata.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Common/SystemRoles.php b/src/Common/SystemRoles.php index 91e185e3..0ec5dfdd 100644 --- a/src/Common/SystemRoles.php +++ b/src/Common/SystemRoles.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Common/SystemStreams.php b/src/Common/SystemStreams.php index 1cfbf26e..6f7d423e 100644 --- a/src/Common/SystemStreams.php +++ b/src/Common/SystemStreams.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ConditionalWriteResult.php b/src/ConditionalWriteResult.php index 91bdf339..4c90c3e6 100644 --- a/src/ConditionalWriteResult.php +++ b/src/ConditionalWriteResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ConditionalWriteStatus.php b/src/ConditionalWriteStatus.php index c72c837e..0c84cda1 100644 --- a/src/ConditionalWriteStatus.php +++ b/src/ConditionalWriteStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ConnectionSettings.php b/src/ConnectionSettings.php index 986c541c..7518bb6b 100644 --- a/src/ConnectionSettings.php +++ b/src/ConnectionSettings.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ConnectionSettingsBuilder.php b/src/ConnectionSettingsBuilder.php index c6419dca..98a90214 100644 --- a/src/ConnectionSettingsBuilder.php +++ b/src/ConnectionSettingsBuilder.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/DeleteResult.php b/src/DeleteResult.php index 48669fea..6cf5d835 100644 --- a/src/DeleteResult.php +++ b/src/DeleteResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EndPoint.php b/src/EndPoint.php index 8b624798..46f76270 100644 --- a/src/EndPoint.php +++ b/src/EndPoint.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventAppearedOnCatchupSubscription.php b/src/EventAppearedOnCatchupSubscription.php index bbded13f..83d08272 100644 --- a/src/EventAppearedOnCatchupSubscription.php +++ b/src/EventAppearedOnCatchupSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventAppearedOnPersistentSubscription.php b/src/EventAppearedOnPersistentSubscription.php index 25d289ba..bf307735 100644 --- a/src/EventAppearedOnPersistentSubscription.php +++ b/src/EventAppearedOnPersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventAppearedOnSubscription.php b/src/EventAppearedOnSubscription.php index fbacdeb4..a9e384c2 100644 --- a/src/EventAppearedOnSubscription.php +++ b/src/EventAppearedOnSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventArgs.php b/src/EventArgs.php index 1e37e3f8..577d9bce 100644 --- a/src/EventArgs.php +++ b/src/EventArgs.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventData.php b/src/EventData.php index 61f2394c..e511a3a5 100644 --- a/src/EventData.php +++ b/src/EventData.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventId.php b/src/EventId.php index 69acaae4..096bb4f9 100644 --- a/src/EventId.php +++ b/src/EventId.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventNumber.php b/src/EventNumber.php index bab5641b..f072ae38 100644 --- a/src/EventNumber.php +++ b/src/EventNumber.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventReadResult.php b/src/EventReadResult.php index 9304e93e..39a93a32 100644 --- a/src/EventReadResult.php +++ b/src/EventReadResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventReadStatus.php b/src/EventReadStatus.php index 897c21b6..0d43f3d9 100644 --- a/src/EventReadStatus.php +++ b/src/EventReadStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreAsyncConnection.php b/src/EventStoreAsyncConnection.php index a9b993d9..44350721 100644 --- a/src/EventStoreAsyncConnection.php +++ b/src/EventStoreAsyncConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreAsyncConnectionBuilder.php b/src/EventStoreAsyncConnectionBuilder.php index f6686b33..dcce2c95 100644 --- a/src/EventStoreAsyncConnectionBuilder.php +++ b/src/EventStoreAsyncConnectionBuilder.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreAsyncTransaction.php b/src/EventStoreAsyncTransaction.php index 997f13fb..3086b96b 100644 --- a/src/EventStoreAsyncTransaction.php +++ b/src/EventStoreAsyncTransaction.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreSubscription.php b/src/EventStoreSubscription.php index 29714665..059c1f4b 100644 --- a/src/EventStoreSubscription.php +++ b/src/EventStoreSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreSyncConnection.php b/src/EventStoreSyncConnection.php index 5d30d19e..b4b34c49 100644 --- a/src/EventStoreSyncConnection.php +++ b/src/EventStoreSyncConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreSyncConnectionBuilder.php b/src/EventStoreSyncConnectionBuilder.php index bb43c007..46ccd80b 100644 --- a/src/EventStoreSyncConnectionBuilder.php +++ b/src/EventStoreSyncConnectionBuilder.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/EventStoreSyncTransaction.php b/src/EventStoreSyncTransaction.php index 3d8408a1..b89a9865 100644 --- a/src/EventStoreSyncTransaction.php +++ b/src/EventStoreSyncTransaction.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/AccessDeniedException.php b/src/Exception/AccessDeniedException.php index 3705a269..0c48d006 100644 --- a/src/Exception/AccessDeniedException.php +++ b/src/Exception/AccessDeniedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/CannotEstablishConnectionException.php b/src/Exception/CannotEstablishConnectionException.php index 121a0603..3c8e7e71 100644 --- a/src/Exception/CannotEstablishConnectionException.php +++ b/src/Exception/CannotEstablishConnectionException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/ClusterException.php b/src/Exception/ClusterException.php index 3a94bcbe..5ace2193 100644 --- a/src/Exception/ClusterException.php +++ b/src/Exception/ClusterException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/ConnectionClosedException.php b/src/Exception/ConnectionClosedException.php index 3fa06670..edcdf17d 100644 --- a/src/Exception/ConnectionClosedException.php +++ b/src/Exception/ConnectionClosedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/EventStoreClientException.php b/src/Exception/EventStoreClientException.php index 7d5fb169..5439b1c5 100644 --- a/src/Exception/EventStoreClientException.php +++ b/src/Exception/EventStoreClientException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/EventStoreConnectionException.php b/src/Exception/EventStoreConnectionException.php index 485ec515..0eab564e 100644 --- a/src/Exception/EventStoreConnectionException.php +++ b/src/Exception/EventStoreConnectionException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 73bda11c..fe6f76aa 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/InvalidOperationException.php b/src/Exception/InvalidOperationException.php index 008a0076..acd29ed8 100644 --- a/src/Exception/InvalidOperationException.php +++ b/src/Exception/InvalidOperationException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/InvalidTransactionException.php b/src/Exception/InvalidTransactionException.php index 89676d69..d047771b 100644 --- a/src/Exception/InvalidTransactionException.php +++ b/src/Exception/InvalidTransactionException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/MaxQueueSizeLimitReachedException.php b/src/Exception/MaxQueueSizeLimitReachedException.php index 671716eb..6b46cef4 100644 --- a/src/Exception/MaxQueueSizeLimitReachedException.php +++ b/src/Exception/MaxQueueSizeLimitReachedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/MaximumSubscribersReachedException.php b/src/Exception/MaximumSubscribersReachedException.php index 0772b784..e8330af8 100644 --- a/src/Exception/MaximumSubscribersReachedException.php +++ b/src/Exception/MaximumSubscribersReachedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/NotAuthenticatedException.php b/src/Exception/NotAuthenticatedException.php index 5e55dc22..bf6d2906 100644 --- a/src/Exception/NotAuthenticatedException.php +++ b/src/Exception/NotAuthenticatedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/ObjectDisposedException.php b/src/Exception/ObjectDisposedException.php index 65b4eec4..b1a8e58d 100644 --- a/src/Exception/ObjectDisposedException.php +++ b/src/Exception/ObjectDisposedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/OperationTimedOutException.php b/src/Exception/OperationTimedOutException.php index f63433ed..8bcc660d 100644 --- a/src/Exception/OperationTimedOutException.php +++ b/src/Exception/OperationTimedOutException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/OutOfRangeException.php b/src/Exception/OutOfRangeException.php index e828bd0e..3538e105 100644 --- a/src/Exception/OutOfRangeException.php +++ b/src/Exception/OutOfRangeException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/PackageFramingException.php b/src/Exception/PackageFramingException.php index 5b553f9a..e2cc5947 100644 --- a/src/Exception/PackageFramingException.php +++ b/src/Exception/PackageFramingException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/PersistentSubscriptionDeletedException.php b/src/Exception/PersistentSubscriptionDeletedException.php index fd2060ec..1ba2e917 100644 --- a/src/Exception/PersistentSubscriptionDeletedException.php +++ b/src/Exception/PersistentSubscriptionDeletedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/ProjectionCommandConflictException.php b/src/Exception/ProjectionCommandConflictException.php index eaf77b8c..e51780ed 100644 --- a/src/Exception/ProjectionCommandConflictException.php +++ b/src/Exception/ProjectionCommandConflictException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/ProjectionCommandFailedException.php b/src/Exception/ProjectionCommandFailedException.php index 066df957..443b9b39 100644 --- a/src/Exception/ProjectionCommandFailedException.php +++ b/src/Exception/ProjectionCommandFailedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/RetriesLimitReachedException.php b/src/Exception/RetriesLimitReachedException.php index 75e4446a..603b1a11 100644 --- a/src/Exception/RetriesLimitReachedException.php +++ b/src/Exception/RetriesLimitReachedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index e281280a..ce13b105 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/ServerError.php b/src/Exception/ServerError.php index 95341d87..55de28bf 100644 --- a/src/Exception/ServerError.php +++ b/src/Exception/ServerError.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/StreamDeletedException.php b/src/Exception/StreamDeletedException.php index aa4d402a..359b0727 100644 --- a/src/Exception/StreamDeletedException.php +++ b/src/Exception/StreamDeletedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/TimeoutException.php b/src/Exception/TimeoutException.php index 38253d1d..81f9bd50 100644 --- a/src/Exception/TimeoutException.php +++ b/src/Exception/TimeoutException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/UnexpectedCommandException.php b/src/Exception/UnexpectedCommandException.php index 4541e40e..72fa2835 100644 --- a/src/Exception/UnexpectedCommandException.php +++ b/src/Exception/UnexpectedCommandException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/UnexpectedOperationResult.php b/src/Exception/UnexpectedOperationResult.php index ef719557..94e880f8 100644 --- a/src/Exception/UnexpectedOperationResult.php +++ b/src/Exception/UnexpectedOperationResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/UnexpectedValueException.php b/src/Exception/UnexpectedValueException.php index e2a69538..9af870fc 100644 --- a/src/Exception/UnexpectedValueException.php +++ b/src/Exception/UnexpectedValueException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/UserCommandConflictException.php b/src/Exception/UserCommandConflictException.php index 42092b39..7caad79f 100644 --- a/src/Exception/UserCommandConflictException.php +++ b/src/Exception/UserCommandConflictException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/UserCommandFailedException.php b/src/Exception/UserCommandFailedException.php index 764b531f..fd7fc91f 100644 --- a/src/Exception/UserCommandFailedException.php +++ b/src/Exception/UserCommandFailedException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Exception/WrongExpectedVersionException.php b/src/Exception/WrongExpectedVersionException.php index 7777c189..c79885fa 100644 --- a/src/Exception/WrongExpectedVersionException.php +++ b/src/Exception/WrongExpectedVersionException.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ExpectedVersion.php b/src/ExpectedVersion.php index f667968f..052627de 100644 --- a/src/ExpectedVersion.php +++ b/src/ExpectedVersion.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/GossipSeed.php b/src/GossipSeed.php index 22485760..cfb58424 100644 --- a/src/GossipSeed.php +++ b/src/GossipSeed.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/AbstractEventStorePersistentSubscription.php b/src/Internal/AbstractEventStorePersistentSubscription.php index a06c2e89..d9884c7a 100644 --- a/src/Internal/AbstractEventStorePersistentSubscription.php +++ b/src/Internal/AbstractEventStorePersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/AuthInfo.php b/src/Internal/AuthInfo.php index f065e1d8..39f8233b 100644 --- a/src/Internal/AuthInfo.php +++ b/src/Internal/AuthInfo.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ClusterDnsEndPointDiscoverer.php b/src/Internal/ClusterDnsEndPointDiscoverer.php index fbf1ca78..d9b7efb8 100644 --- a/src/Internal/ClusterDnsEndPointDiscoverer.php +++ b/src/Internal/ClusterDnsEndPointDiscoverer.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ConnectToPersistentSubscriptions.php b/src/Internal/ConnectToPersistentSubscriptions.php index b6a11df8..3ae30ffa 100644 --- a/src/Internal/ConnectToPersistentSubscriptions.php +++ b/src/Internal/ConnectToPersistentSubscriptions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ConnectingPhase.php b/src/Internal/ConnectingPhase.php index 2006e12d..b408915a 100644 --- a/src/Internal/ConnectingPhase.php +++ b/src/Internal/ConnectingPhase.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ConnectionState.php b/src/Internal/ConnectionState.php index cbfbd29e..d9312b31 100644 --- a/src/Internal/ConnectionState.php +++ b/src/Internal/ConnectionState.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Consts.php b/src/Internal/Consts.php index b6d751bc..42ed8e2e 100644 --- a/src/Internal/Consts.php +++ b/src/Internal/Consts.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/DateTimeUtil.php b/src/Internal/DateTimeUtil.php index e9b1b00f..9df4102a 100644 --- a/src/Internal/DateTimeUtil.php +++ b/src/Internal/DateTimeUtil.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/DropData.php b/src/Internal/DropData.php index 39fc4afe..475499dd 100644 --- a/src/Internal/DropData.php +++ b/src/Internal/DropData.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EndPointDiscoverer.php b/src/Internal/EndPointDiscoverer.php index b6457972..070a8bb7 100644 --- a/src/Internal/EndPointDiscoverer.php +++ b/src/Internal/EndPointDiscoverer.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventHandler.php b/src/Internal/EventHandler.php index 7362464c..3e596caa 100644 --- a/src/Internal/EventHandler.php +++ b/src/Internal/EventHandler.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventMessageConverter.php b/src/Internal/EventMessageConverter.php index d8c3433e..71a0248a 100644 --- a/src/Internal/EventMessageConverter.php +++ b/src/Internal/EventMessageConverter.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreAllCatchUpSubscription.php b/src/Internal/EventStoreAllCatchUpSubscription.php index 51812200..d12d6e61 100644 --- a/src/Internal/EventStoreAllCatchUpSubscription.php +++ b/src/Internal/EventStoreAllCatchUpSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreAsyncNodeConnection.php b/src/Internal/EventStoreAsyncNodeConnection.php index 6fa76ecf..06a7837d 100644 --- a/src/Internal/EventStoreAsyncNodeConnection.php +++ b/src/Internal/EventStoreAsyncNodeConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreAsyncTransactionConnection.php b/src/Internal/EventStoreAsyncTransactionConnection.php index 79f39e19..d99d634d 100644 --- a/src/Internal/EventStoreAsyncTransactionConnection.php +++ b/src/Internal/EventStoreAsyncTransactionConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreCatchUpSubscription.php b/src/Internal/EventStoreCatchUpSubscription.php index e8e983ad..473bdebb 100644 --- a/src/Internal/EventStoreCatchUpSubscription.php +++ b/src/Internal/EventStoreCatchUpSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreConnectionLogicHandler.php b/src/Internal/EventStoreConnectionLogicHandler.php index c40f07f5..ad2e39da 100644 --- a/src/Internal/EventStoreConnectionLogicHandler.php +++ b/src/Internal/EventStoreConnectionLogicHandler.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStorePersistentSubscription.php b/src/Internal/EventStorePersistentSubscription.php index cffe15c3..b51886ff 100644 --- a/src/Internal/EventStorePersistentSubscription.php +++ b/src/Internal/EventStorePersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreStreamCatchUpSubscription.php b/src/Internal/EventStoreStreamCatchUpSubscription.php index 8cbc7336..e53ec5f8 100644 --- a/src/Internal/EventStoreStreamCatchUpSubscription.php +++ b/src/Internal/EventStoreStreamCatchUpSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreSyncNodeConnection.php b/src/Internal/EventStoreSyncNodeConnection.php index 8fdd51b9..7904b30a 100644 --- a/src/Internal/EventStoreSyncNodeConnection.php +++ b/src/Internal/EventStoreSyncNodeConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/EventStoreSyncTransactionConnection.php b/src/Internal/EventStoreSyncTransactionConnection.php index 53766afb..a75028dc 100644 --- a/src/Internal/EventStoreSyncTransactionConnection.php +++ b/src/Internal/EventStoreSyncTransactionConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/HeartbeatInfo.php b/src/Internal/HeartbeatInfo.php index 3529fa5b..6f25d26c 100644 --- a/src/Internal/HeartbeatInfo.php +++ b/src/Internal/HeartbeatInfo.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/IdentifyInfo.php b/src/Internal/IdentifyInfo.php index b8a751d2..921a9396 100644 --- a/src/Internal/IdentifyInfo.php +++ b/src/Internal/IdentifyInfo.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ListenerHandler.php b/src/Internal/ListenerHandler.php index 4ec135ec..9a8077a9 100644 --- a/src/Internal/ListenerHandler.php +++ b/src/Internal/ListenerHandler.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/CloseConnectionMessage.php b/src/Internal/Message/CloseConnectionMessage.php index 6460cfae..2f9d37b1 100644 --- a/src/Internal/Message/CloseConnectionMessage.php +++ b/src/Internal/Message/CloseConnectionMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/EstablishTcpConnectionMessage.php b/src/Internal/Message/EstablishTcpConnectionMessage.php index 569dee3d..bf226dc2 100644 --- a/src/Internal/Message/EstablishTcpConnectionMessage.php +++ b/src/Internal/Message/EstablishTcpConnectionMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/HandleTcpPackageMessage.php b/src/Internal/Message/HandleTcpPackageMessage.php index 4ff3c8b5..86eeec24 100644 --- a/src/Internal/Message/HandleTcpPackageMessage.php +++ b/src/Internal/Message/HandleTcpPackageMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/Message.php b/src/Internal/Message/Message.php index 237c6727..134b2e46 100644 --- a/src/Internal/Message/Message.php +++ b/src/Internal/Message/Message.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/StartConnectionMessage.php b/src/Internal/Message/StartConnectionMessage.php index f628cc0b..1dd41c7f 100644 --- a/src/Internal/Message/StartConnectionMessage.php +++ b/src/Internal/Message/StartConnectionMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/StartOperationMessage.php b/src/Internal/Message/StartOperationMessage.php index d7fd4f04..1663ab53 100644 --- a/src/Internal/Message/StartOperationMessage.php +++ b/src/Internal/Message/StartOperationMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/StartPersistentSubscriptionMessage.php b/src/Internal/Message/StartPersistentSubscriptionMessage.php index b2acfac8..1b76665e 100644 --- a/src/Internal/Message/StartPersistentSubscriptionMessage.php +++ b/src/Internal/Message/StartPersistentSubscriptionMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/StartSubscriptionMessage.php b/src/Internal/Message/StartSubscriptionMessage.php index e970afe1..763a1f28 100644 --- a/src/Internal/Message/StartSubscriptionMessage.php +++ b/src/Internal/Message/StartSubscriptionMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/TcpConnectionClosedMessage.php b/src/Internal/Message/TcpConnectionClosedMessage.php index 5023baf8..a1766cd4 100644 --- a/src/Internal/Message/TcpConnectionClosedMessage.php +++ b/src/Internal/Message/TcpConnectionClosedMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/TcpConnectionErrorMessage.php b/src/Internal/Message/TcpConnectionErrorMessage.php index 0fc8b45d..3387649f 100644 --- a/src/Internal/Message/TcpConnectionErrorMessage.php +++ b/src/Internal/Message/TcpConnectionErrorMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/Message/TcpConnectionEstablishedMessage.php b/src/Internal/Message/TcpConnectionEstablishedMessage.php index cba4b4bf..d828294e 100644 --- a/src/Internal/Message/TcpConnectionEstablishedMessage.php +++ b/src/Internal/Message/TcpConnectionEstablishedMessage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/MessageHandler.php b/src/Internal/MessageHandler.php index a6abd8a6..3390dfb5 100644 --- a/src/Internal/MessageHandler.php +++ b/src/Internal/MessageHandler.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/NewEventConverter.php b/src/Internal/NewEventConverter.php index 651e8b35..727e2917 100644 --- a/src/Internal/NewEventConverter.php +++ b/src/Internal/NewEventConverter.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/NodeEndPoints.php b/src/Internal/NodeEndPoints.php index 5f34b1de..545b6964 100644 --- a/src/Internal/NodeEndPoints.php +++ b/src/Internal/NodeEndPoints.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/OperationItem.php b/src/Internal/OperationItem.php index 133cb0bb..496d6941 100644 --- a/src/Internal/OperationItem.php +++ b/src/Internal/OperationItem.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/OperationsManager.php b/src/Internal/OperationsManager.php index 8afd0a81..cd3139fc 100644 --- a/src/Internal/OperationsManager.php +++ b/src/Internal/OperationsManager.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentEventStoreSubscription.php b/src/Internal/PersistentEventStoreSubscription.php index 2ee97467..02b39df6 100644 --- a/src/Internal/PersistentEventStoreSubscription.php +++ b/src/Internal/PersistentEventStoreSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentSubscriptionCreateResult.php b/src/Internal/PersistentSubscriptionCreateResult.php index 6f38cfa5..811324ef 100644 --- a/src/Internal/PersistentSubscriptionCreateResult.php +++ b/src/Internal/PersistentSubscriptionCreateResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentSubscriptionCreateStatus.php b/src/Internal/PersistentSubscriptionCreateStatus.php index 9422dd16..bca0df84 100644 --- a/src/Internal/PersistentSubscriptionCreateStatus.php +++ b/src/Internal/PersistentSubscriptionCreateStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentSubscriptionDeleteResult.php b/src/Internal/PersistentSubscriptionDeleteResult.php index dd4e70c9..858fa65d 100644 --- a/src/Internal/PersistentSubscriptionDeleteResult.php +++ b/src/Internal/PersistentSubscriptionDeleteResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentSubscriptionDeleteStatus.php b/src/Internal/PersistentSubscriptionDeleteStatus.php index 734222f2..cb321199 100644 --- a/src/Internal/PersistentSubscriptionDeleteStatus.php +++ b/src/Internal/PersistentSubscriptionDeleteStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentSubscriptionUpdateResult.php b/src/Internal/PersistentSubscriptionUpdateResult.php index eb805ad8..446fd9a7 100644 --- a/src/Internal/PersistentSubscriptionUpdateResult.php +++ b/src/Internal/PersistentSubscriptionUpdateResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/PersistentSubscriptionUpdateStatus.php b/src/Internal/PersistentSubscriptionUpdateStatus.php index abb84a10..a388e23c 100644 --- a/src/Internal/PersistentSubscriptionUpdateStatus.php +++ b/src/Internal/PersistentSubscriptionUpdateStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ReconnectionInfo.php b/src/Internal/ReconnectionInfo.php index e009e80a..e03fc0ff 100644 --- a/src/Internal/ReconnectionInfo.php +++ b/src/Internal/ReconnectionInfo.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/ResolvedEvent.php b/src/Internal/ResolvedEvent.php index 196e4403..88a5f67c 100644 --- a/src/Internal/ResolvedEvent.php +++ b/src/Internal/ResolvedEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/SingleEndpointDiscoverer.php b/src/Internal/SingleEndpointDiscoverer.php index 4f487f85..97cd6c1a 100644 --- a/src/Internal/SingleEndpointDiscoverer.php +++ b/src/Internal/SingleEndpointDiscoverer.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/StaticEndPointDiscoverer.php b/src/Internal/StaticEndPointDiscoverer.php index a37e284c..829dbac3 100644 --- a/src/Internal/StaticEndPointDiscoverer.php +++ b/src/Internal/StaticEndPointDiscoverer.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/StopWatch.php b/src/Internal/StopWatch.php index 121331fe..be9b7897 100644 --- a/src/Internal/StopWatch.php +++ b/src/Internal/StopWatch.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/SubscriptionItem.php b/src/Internal/SubscriptionItem.php index 96b0710b..2af6639f 100644 --- a/src/Internal/SubscriptionItem.php +++ b/src/Internal/SubscriptionItem.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/SubscriptionsManager.php b/src/Internal/SubscriptionsManager.php index 8b3f3843..460fe5aa 100644 --- a/src/Internal/SubscriptionsManager.php +++ b/src/Internal/SubscriptionsManager.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/UuidGenerator.php b/src/Internal/UuidGenerator.php index fc3a2af5..07cf39d3 100644 --- a/src/Internal/UuidGenerator.php +++ b/src/Internal/UuidGenerator.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Internal/VolatileEventStoreSubscription.php b/src/Internal/VolatileEventStoreSubscription.php index c505e381..14098430 100644 --- a/src/Internal/VolatileEventStoreSubscription.php +++ b/src/Internal/VolatileEventStoreSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/LiveProcessingStarted.php b/src/LiveProcessingStarted.php index 26f6a1af..cd676b5b 100644 --- a/src/LiveProcessingStarted.php +++ b/src/LiveProcessingStarted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ClientIdentified.php b/src/Messages/ClientMessages/ClientIdentified.php index b73dfd12..79804691 100644 --- a/src/Messages/ClientMessages/ClientIdentified.php +++ b/src/Messages/ClientMessages/ClientIdentified.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ConnectToPersistentSubscription.php b/src/Messages/ClientMessages/ConnectToPersistentSubscription.php index f1516eeb..857a8436 100644 --- a/src/Messages/ClientMessages/ConnectToPersistentSubscription.php +++ b/src/Messages/ClientMessages/ConnectToPersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/CreatePersistentSubscription.php b/src/Messages/ClientMessages/CreatePersistentSubscription.php index f6ec4739..0e41b933 100644 --- a/src/Messages/ClientMessages/CreatePersistentSubscription.php +++ b/src/Messages/ClientMessages/CreatePersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted.php b/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted.php index eff772eb..122e7ad0 100644 --- a/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted.php +++ b/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted_CreatePersistentSubscriptionResult.php b/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted_CreatePersistentSubscriptionResult.php index afae3ec8..94ff6b52 100644 --- a/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted_CreatePersistentSubscriptionResult.php +++ b/src/Messages/ClientMessages/CreatePersistentSubscriptionCompleted_CreatePersistentSubscriptionResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/DeletePersistentSubscription.php b/src/Messages/ClientMessages/DeletePersistentSubscription.php index d0c8cfa9..c8356b0b 100644 --- a/src/Messages/ClientMessages/DeletePersistentSubscription.php +++ b/src/Messages/ClientMessages/DeletePersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted.php b/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted.php index 1789f8af..5fe71e14 100644 --- a/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted.php +++ b/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted_DeletePersistentSubscriptionResult.php b/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted_DeletePersistentSubscriptionResult.php index 9cd45b16..14ab978b 100644 --- a/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted_DeletePersistentSubscriptionResult.php +++ b/src/Messages/ClientMessages/DeletePersistentSubscriptionCompleted_DeletePersistentSubscriptionResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/DeleteStream.php b/src/Messages/ClientMessages/DeleteStream.php index 265fdd7a..1be782f1 100644 --- a/src/Messages/ClientMessages/DeleteStream.php +++ b/src/Messages/ClientMessages/DeleteStream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/DeleteStreamCompleted.php b/src/Messages/ClientMessages/DeleteStreamCompleted.php index e8cc24e9..23e0f41e 100644 --- a/src/Messages/ClientMessages/DeleteStreamCompleted.php +++ b/src/Messages/ClientMessages/DeleteStreamCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/EventRecord.php b/src/Messages/ClientMessages/EventRecord.php index 10a99ecf..07e31915 100644 --- a/src/Messages/ClientMessages/EventRecord.php +++ b/src/Messages/ClientMessages/EventRecord.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/IdentifyClient.php b/src/Messages/ClientMessages/IdentifyClient.php index 8b9543d2..3e20fdbe 100644 --- a/src/Messages/ClientMessages/IdentifyClient.php +++ b/src/Messages/ClientMessages/IdentifyClient.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/NewEvent.php b/src/Messages/ClientMessages/NewEvent.php index 8af66090..69f05f28 100644 --- a/src/Messages/ClientMessages/NewEvent.php +++ b/src/Messages/ClientMessages/NewEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/NotHandled.php b/src/Messages/ClientMessages/NotHandled.php index c2097582..cdc57f0d 100644 --- a/src/Messages/ClientMessages/NotHandled.php +++ b/src/Messages/ClientMessages/NotHandled.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/NotHandled_MasterInfo.php b/src/Messages/ClientMessages/NotHandled_MasterInfo.php index f556e3f7..57b409a5 100644 --- a/src/Messages/ClientMessages/NotHandled_MasterInfo.php +++ b/src/Messages/ClientMessages/NotHandled_MasterInfo.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/NotHandled_NotHandledReason.php b/src/Messages/ClientMessages/NotHandled_NotHandledReason.php index 48a05f9a..8e581119 100644 --- a/src/Messages/ClientMessages/NotHandled_NotHandledReason.php +++ b/src/Messages/ClientMessages/NotHandled_NotHandledReason.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/OperationResult.php b/src/Messages/ClientMessages/OperationResult.php index e109e972..f47cc73a 100644 --- a/src/Messages/ClientMessages/OperationResult.php +++ b/src/Messages/ClientMessages/OperationResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/PersistentSubscriptionAckEvents.php b/src/Messages/ClientMessages/PersistentSubscriptionAckEvents.php index 414e4a06..963f4fb9 100644 --- a/src/Messages/ClientMessages/PersistentSubscriptionAckEvents.php +++ b/src/Messages/ClientMessages/PersistentSubscriptionAckEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/PersistentSubscriptionConfirmation.php b/src/Messages/ClientMessages/PersistentSubscriptionConfirmation.php index 67918a7b..917acbac 100644 --- a/src/Messages/ClientMessages/PersistentSubscriptionConfirmation.php +++ b/src/Messages/ClientMessages/PersistentSubscriptionConfirmation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/PersistentSubscriptionNakEvents.php b/src/Messages/ClientMessages/PersistentSubscriptionNakEvents.php index 7b2cd9df..3cb228f9 100644 --- a/src/Messages/ClientMessages/PersistentSubscriptionNakEvents.php +++ b/src/Messages/ClientMessages/PersistentSubscriptionNakEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/PersistentSubscriptionNakEvents_NakAction.php b/src/Messages/ClientMessages/PersistentSubscriptionNakEvents_NakAction.php index 93289b4e..3cea2000 100644 --- a/src/Messages/ClientMessages/PersistentSubscriptionNakEvents_NakAction.php +++ b/src/Messages/ClientMessages/PersistentSubscriptionNakEvents_NakAction.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/PersistentSubscriptionStreamEventAppeared.php b/src/Messages/ClientMessages/PersistentSubscriptionStreamEventAppeared.php index 9da222c6..82ce35a9 100644 --- a/src/Messages/ClientMessages/PersistentSubscriptionStreamEventAppeared.php +++ b/src/Messages/ClientMessages/PersistentSubscriptionStreamEventAppeared.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadAllEvents.php b/src/Messages/ClientMessages/ReadAllEvents.php index dc9e21dc..87198f7e 100644 --- a/src/Messages/ClientMessages/ReadAllEvents.php +++ b/src/Messages/ClientMessages/ReadAllEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadAllEventsCompleted.php b/src/Messages/ClientMessages/ReadAllEventsCompleted.php index 6ff24fe0..823a2072 100644 --- a/src/Messages/ClientMessages/ReadAllEventsCompleted.php +++ b/src/Messages/ClientMessages/ReadAllEventsCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadAllEventsCompleted_ReadAllResult.php b/src/Messages/ClientMessages/ReadAllEventsCompleted_ReadAllResult.php index 7053826a..868756bd 100644 --- a/src/Messages/ClientMessages/ReadAllEventsCompleted_ReadAllResult.php +++ b/src/Messages/ClientMessages/ReadAllEventsCompleted_ReadAllResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadEvent.php b/src/Messages/ClientMessages/ReadEvent.php index 613e2d06..c0817c0e 100644 --- a/src/Messages/ClientMessages/ReadEvent.php +++ b/src/Messages/ClientMessages/ReadEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadEventCompleted.php b/src/Messages/ClientMessages/ReadEventCompleted.php index a796ed44..323d6146 100644 --- a/src/Messages/ClientMessages/ReadEventCompleted.php +++ b/src/Messages/ClientMessages/ReadEventCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadEventCompleted_ReadEventResult.php b/src/Messages/ClientMessages/ReadEventCompleted_ReadEventResult.php index 94c6930a..34e1cec5 100644 --- a/src/Messages/ClientMessages/ReadEventCompleted_ReadEventResult.php +++ b/src/Messages/ClientMessages/ReadEventCompleted_ReadEventResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadStreamEvents.php b/src/Messages/ClientMessages/ReadStreamEvents.php index 6a72d81f..025ee88d 100644 --- a/src/Messages/ClientMessages/ReadStreamEvents.php +++ b/src/Messages/ClientMessages/ReadStreamEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadStreamEventsCompleted.php b/src/Messages/ClientMessages/ReadStreamEventsCompleted.php index c80b5677..80b8087a 100644 --- a/src/Messages/ClientMessages/ReadStreamEventsCompleted.php +++ b/src/Messages/ClientMessages/ReadStreamEventsCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ReadStreamEventsCompleted_ReadStreamResult.php b/src/Messages/ClientMessages/ReadStreamEventsCompleted_ReadStreamResult.php index 18010e85..52323004 100644 --- a/src/Messages/ClientMessages/ReadStreamEventsCompleted_ReadStreamResult.php +++ b/src/Messages/ClientMessages/ReadStreamEventsCompleted_ReadStreamResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ResolvedEvent.php b/src/Messages/ClientMessages/ResolvedEvent.php index e28f168e..d78e371e 100644 --- a/src/Messages/ClientMessages/ResolvedEvent.php +++ b/src/Messages/ClientMessages/ResolvedEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ResolvedIndexedEvent.php b/src/Messages/ClientMessages/ResolvedIndexedEvent.php index 2c19d2fe..1eb5ee09 100644 --- a/src/Messages/ClientMessages/ResolvedIndexedEvent.php +++ b/src/Messages/ClientMessages/ResolvedIndexedEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ScavengeDatabase.php b/src/Messages/ClientMessages/ScavengeDatabase.php index a9bde707..98b74b6b 100644 --- a/src/Messages/ClientMessages/ScavengeDatabase.php +++ b/src/Messages/ClientMessages/ScavengeDatabase.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ScavengeDatabaseCompleted.php b/src/Messages/ClientMessages/ScavengeDatabaseCompleted.php index 33ab650a..183404eb 100644 --- a/src/Messages/ClientMessages/ScavengeDatabaseCompleted.php +++ b/src/Messages/ClientMessages/ScavengeDatabaseCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/ScavengeDatabaseCompleted_ScavengeResult.php b/src/Messages/ClientMessages/ScavengeDatabaseCompleted_ScavengeResult.php index 39323bc0..4d82954f 100644 --- a/src/Messages/ClientMessages/ScavengeDatabaseCompleted_ScavengeResult.php +++ b/src/Messages/ClientMessages/ScavengeDatabaseCompleted_ScavengeResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/StreamEventAppeared.php b/src/Messages/ClientMessages/StreamEventAppeared.php index e1ae510e..59b3c455 100644 --- a/src/Messages/ClientMessages/StreamEventAppeared.php +++ b/src/Messages/ClientMessages/StreamEventAppeared.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/SubscribeToStream.php b/src/Messages/ClientMessages/SubscribeToStream.php index c24c18b3..c5e52d60 100644 --- a/src/Messages/ClientMessages/SubscribeToStream.php +++ b/src/Messages/ClientMessages/SubscribeToStream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/SubscriptionConfirmation.php b/src/Messages/ClientMessages/SubscriptionConfirmation.php index c32511c2..fffe80a2 100644 --- a/src/Messages/ClientMessages/SubscriptionConfirmation.php +++ b/src/Messages/ClientMessages/SubscriptionConfirmation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/SubscriptionDropped.php b/src/Messages/ClientMessages/SubscriptionDropped.php index dd48f93b..152a9c97 100644 --- a/src/Messages/ClientMessages/SubscriptionDropped.php +++ b/src/Messages/ClientMessages/SubscriptionDropped.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/SubscriptionDropped_SubscriptionDropReason.php b/src/Messages/ClientMessages/SubscriptionDropped_SubscriptionDropReason.php index b64c7f03..146c4242 100644 --- a/src/Messages/ClientMessages/SubscriptionDropped_SubscriptionDropReason.php +++ b/src/Messages/ClientMessages/SubscriptionDropped_SubscriptionDropReason.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/TransactionCommit.php b/src/Messages/ClientMessages/TransactionCommit.php index 2018ccd0..c026950c 100644 --- a/src/Messages/ClientMessages/TransactionCommit.php +++ b/src/Messages/ClientMessages/TransactionCommit.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/TransactionCommitCompleted.php b/src/Messages/ClientMessages/TransactionCommitCompleted.php index 2f99ea4e..f0a61067 100644 --- a/src/Messages/ClientMessages/TransactionCommitCompleted.php +++ b/src/Messages/ClientMessages/TransactionCommitCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/TransactionStart.php b/src/Messages/ClientMessages/TransactionStart.php index 014e7e5a..3f6fe32e 100644 --- a/src/Messages/ClientMessages/TransactionStart.php +++ b/src/Messages/ClientMessages/TransactionStart.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/TransactionStartCompleted.php b/src/Messages/ClientMessages/TransactionStartCompleted.php index 81671369..03153001 100644 --- a/src/Messages/ClientMessages/TransactionStartCompleted.php +++ b/src/Messages/ClientMessages/TransactionStartCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/TransactionWrite.php b/src/Messages/ClientMessages/TransactionWrite.php index e385df17..f2ed0b4f 100644 --- a/src/Messages/ClientMessages/TransactionWrite.php +++ b/src/Messages/ClientMessages/TransactionWrite.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/TransactionWriteCompleted.php b/src/Messages/ClientMessages/TransactionWriteCompleted.php index 561c02fd..ba154b2d 100644 --- a/src/Messages/ClientMessages/TransactionWriteCompleted.php +++ b/src/Messages/ClientMessages/TransactionWriteCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/UnsubscribeFromStream.php b/src/Messages/ClientMessages/UnsubscribeFromStream.php index 7450caa1..2d3e2cf0 100644 --- a/src/Messages/ClientMessages/UnsubscribeFromStream.php +++ b/src/Messages/ClientMessages/UnsubscribeFromStream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/UpdatePersistentSubscription.php b/src/Messages/ClientMessages/UpdatePersistentSubscription.php index 190d86e8..0ded01ee 100644 --- a/src/Messages/ClientMessages/UpdatePersistentSubscription.php +++ b/src/Messages/ClientMessages/UpdatePersistentSubscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted.php b/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted.php index 39fba6f8..87365e85 100644 --- a/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted.php +++ b/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted_UpdatePersistentSubscriptionResult.php b/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted_UpdatePersistentSubscriptionResult.php index 28bde034..f53271bf 100644 --- a/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted_UpdatePersistentSubscriptionResult.php +++ b/src/Messages/ClientMessages/UpdatePersistentSubscriptionCompleted_UpdatePersistentSubscriptionResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/WriteEvents.php b/src/Messages/ClientMessages/WriteEvents.php index a5e4a683..bd128360 100644 --- a/src/Messages/ClientMessages/WriteEvents.php +++ b/src/Messages/ClientMessages/WriteEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClientMessages/WriteEventsCompleted.php b/src/Messages/ClientMessages/WriteEventsCompleted.php index 4d40fc98..16d2f46e 100644 --- a/src/Messages/ClientMessages/WriteEventsCompleted.php +++ b/src/Messages/ClientMessages/WriteEventsCompleted.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClusterMessages/ClusterInfoDto.php b/src/Messages/ClusterMessages/ClusterInfoDto.php index 1e5ffcb2..5ed09345 100644 --- a/src/Messages/ClusterMessages/ClusterInfoDto.php +++ b/src/Messages/ClusterMessages/ClusterInfoDto.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClusterMessages/MemberInfoDto.php b/src/Messages/ClusterMessages/MemberInfoDto.php index ab7e600f..dc1d3928 100644 --- a/src/Messages/ClusterMessages/MemberInfoDto.php +++ b/src/Messages/ClusterMessages/MemberInfoDto.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Messages/ClusterMessages/VNodeState.php b/src/Messages/ClusterMessages/VNodeState.php index 4ec099b2..10487e4b 100644 --- a/src/Messages/ClusterMessages/VNodeState.php +++ b/src/Messages/ClusterMessages/VNodeState.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/PersistentSubscriptionDropped.php b/src/PersistentSubscriptionDropped.php index 8dde94a5..331b1035 100644 --- a/src/PersistentSubscriptionDropped.php +++ b/src/PersistentSubscriptionDropped.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/PersistentSubscriptionNakEventAction.php b/src/PersistentSubscriptionNakEventAction.php index b4617431..f589fddb 100644 --- a/src/PersistentSubscriptionNakEventAction.php +++ b/src/PersistentSubscriptionNakEventAction.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/PersistentSubscriptionResolvedEvent.php b/src/PersistentSubscriptionResolvedEvent.php index eee27fb7..e7487be7 100644 --- a/src/PersistentSubscriptionResolvedEvent.php +++ b/src/PersistentSubscriptionResolvedEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/PersistentSubscriptionSettings.php b/src/PersistentSubscriptionSettings.php index fd726f9f..7fcafc9d 100644 --- a/src/PersistentSubscriptionSettings.php +++ b/src/PersistentSubscriptionSettings.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/PersistentSubscriptionSettingsBuilder.php b/src/PersistentSubscriptionSettingsBuilder.php index 424483de..6935b7f1 100644 --- a/src/PersistentSubscriptionSettingsBuilder.php +++ b/src/PersistentSubscriptionSettingsBuilder.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Position.php b/src/Position.php index 91f3e6ca..1b5a6656 100644 --- a/src/Position.php +++ b/src/Position.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Projections/ProjectionDetails.php b/src/Projections/ProjectionDetails.php index 410b6a35..40d5a081 100644 --- a/src/Projections/ProjectionDetails.php +++ b/src/Projections/ProjectionDetails.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Projections/ProjectionsClient.php b/src/Projections/ProjectionsClient.php index 4cee21f7..916ec260 100644 --- a/src/Projections/ProjectionsClient.php +++ b/src/Projections/ProjectionsClient.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Projections/ProjectionsManager.php b/src/Projections/ProjectionsManager.php index 5dfb13ec..549e6454 100644 --- a/src/Projections/ProjectionsManager.php +++ b/src/Projections/ProjectionsManager.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Projections/QueryManager.php b/src/Projections/QueryManager.php index 84fe0141..c5b728f5 100644 --- a/src/Projections/QueryManager.php +++ b/src/Projections/QueryManager.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ReadAllResult.php b/src/ReadAllResult.php index d82483d8..da7b7b53 100644 --- a/src/ReadAllResult.php +++ b/src/ReadAllResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ReadDirection.php b/src/ReadDirection.php index 5c4f89a5..48569a98 100644 --- a/src/ReadDirection.php +++ b/src/ReadDirection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ReadEventResult.php b/src/ReadEventResult.php index 547af970..da82f7fd 100644 --- a/src/ReadEventResult.php +++ b/src/ReadEventResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ReadStreamResult.php b/src/ReadStreamResult.php index 92b70bbc..3010f648 100644 --- a/src/ReadStreamResult.php +++ b/src/ReadStreamResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/RecordedEvent.php b/src/RecordedEvent.php index bef03400..928f3b1f 100644 --- a/src/RecordedEvent.php +++ b/src/RecordedEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ReplayParkedResult.php b/src/ReplayParkedResult.php index 24583e46..35191aa1 100644 --- a/src/ReplayParkedResult.php +++ b/src/ReplayParkedResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ReplayParkedStatus.php b/src/ReplayParkedStatus.php index 625254f9..e4b92618 100644 --- a/src/ReplayParkedStatus.php +++ b/src/ReplayParkedStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/ResolvedEvent.php b/src/ResolvedEvent.php index 908eb2ca..cbcee222 100644 --- a/src/ResolvedEvent.php +++ b/src/ResolvedEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SliceReadStatus.php b/src/SliceReadStatus.php index b3c6109c..9aebffac 100644 --- a/src/SliceReadStatus.php +++ b/src/SliceReadStatus.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/StreamAcl.php b/src/StreamAcl.php index 86db16aa..15654c20 100644 --- a/src/StreamAcl.php +++ b/src/StreamAcl.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/StreamEventsSlice.php b/src/StreamEventsSlice.php index ee616644..98bc8546 100644 --- a/src/StreamEventsSlice.php +++ b/src/StreamEventsSlice.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/StreamMetadata.php b/src/StreamMetadata.php index c83d1089..84d00b39 100644 --- a/src/StreamMetadata.php +++ b/src/StreamMetadata.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/StreamMetadataBuilder.php b/src/StreamMetadataBuilder.php index 43f0480c..1f5ecb99 100644 --- a/src/StreamMetadataBuilder.php +++ b/src/StreamMetadataBuilder.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/StreamMetadataResult.php b/src/StreamMetadataResult.php index a44e1e1b..d3d961f4 100644 --- a/src/StreamMetadataResult.php +++ b/src/StreamMetadataResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/StreamPosition.php b/src/StreamPosition.php index 893938d8..1a2e4666 100644 --- a/src/StreamPosition.php +++ b/src/StreamPosition.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SubscriptionDropReason.php b/src/SubscriptionDropReason.php index df9a010c..ca6484d2 100644 --- a/src/SubscriptionDropReason.php +++ b/src/SubscriptionDropReason.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SubscriptionDropped.php b/src/SubscriptionDropped.php index 5bc05560..de3fd03e 100644 --- a/src/SubscriptionDropped.php +++ b/src/SubscriptionDropped.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SubscriptionInformation.php b/src/SubscriptionInformation.php index 7ada8645..3c04068c 100644 --- a/src/SubscriptionInformation.php +++ b/src/SubscriptionInformation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SystemData/InspectionDecision.php b/src/SystemData/InspectionDecision.php index 5f9a3df8..1c875097 100644 --- a/src/SystemData/InspectionDecision.php +++ b/src/SystemData/InspectionDecision.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SystemData/InspectionResult.php b/src/SystemData/InspectionResult.php index bd67511c..b2b3ecda 100644 --- a/src/SystemData/InspectionResult.php +++ b/src/SystemData/InspectionResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SystemData/TcpCommand.php b/src/SystemData/TcpCommand.php index e61f7367..54e42c4c 100644 --- a/src/SystemData/TcpCommand.php +++ b/src/SystemData/TcpCommand.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SystemData/TcpFlags.php b/src/SystemData/TcpFlags.php index df627592..0eff67c8 100644 --- a/src/SystemData/TcpFlags.php +++ b/src/SystemData/TcpFlags.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SystemData/TcpPackage.php b/src/SystemData/TcpPackage.php index e8044337..aaf34631 100644 --- a/src/SystemData/TcpPackage.php +++ b/src/SystemData/TcpPackage.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/SystemSettings.php b/src/SystemSettings.php index a92519e5..4c9f085a 100644 --- a/src/SystemSettings.php +++ b/src/SystemSettings.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Transport/Http/EndpointExtensions.php b/src/Transport/Http/EndpointExtensions.php index 0bf5b8f7..f69f6496 100644 --- a/src/Transport/Http/EndpointExtensions.php +++ b/src/Transport/Http/EndpointExtensions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Transport/Http/HttpAsyncClient.php b/src/Transport/Http/HttpAsyncClient.php index 505dfc66..f3694fb2 100644 --- a/src/Transport/Http/HttpAsyncClient.php +++ b/src/Transport/Http/HttpAsyncClient.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Transport/Http/HttpMethod.php b/src/Transport/Http/HttpMethod.php index 96963a73..22db7ed6 100644 --- a/src/Transport/Http/HttpMethod.php +++ b/src/Transport/Http/HttpMethod.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Transport/Http/HttpStatusCode.php b/src/Transport/Http/HttpStatusCode.php index 921809a6..dcceb557 100644 --- a/src/Transport/Http/HttpStatusCode.php +++ b/src/Transport/Http/HttpStatusCode.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Transport/Tcp/LengthPrefixMessageFramer.php b/src/Transport/Tcp/LengthPrefixMessageFramer.php index 10c2f420..3259bc6f 100644 --- a/src/Transport/Tcp/LengthPrefixMessageFramer.php +++ b/src/Transport/Tcp/LengthPrefixMessageFramer.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/Transport/Tcp/TcpPackageConnection.php b/src/Transport/Tcp/TcpPackageConnection.php index 9a93348b..d33bab04 100644 --- a/src/Transport/Tcp/TcpPackageConnection.php +++ b/src/Transport/Tcp/TcpPackageConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserCredentials.php b/src/UserCredentials.php index 410d9308..8dc7288e 100644 --- a/src/UserCredentials.php +++ b/src/UserCredentials.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserData.php b/src/UserData.php index b8456d65..73bbdac1 100644 --- a/src/UserData.php +++ b/src/UserData.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/AsyncUsersManager.php b/src/UserManagement/AsyncUsersManager.php index fc2a07f8..0cbb214b 100644 --- a/src/UserManagement/AsyncUsersManager.php +++ b/src/UserManagement/AsyncUsersManager.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/ChangePasswordDetails.php b/src/UserManagement/ChangePasswordDetails.php index 9a1c1e43..4cc4ac30 100644 --- a/src/UserManagement/ChangePasswordDetails.php +++ b/src/UserManagement/ChangePasswordDetails.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/RelLink.php b/src/UserManagement/RelLink.php index e2cff697..37bb238f 100644 --- a/src/UserManagement/RelLink.php +++ b/src/UserManagement/RelLink.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/ResetPasswordDetails.php b/src/UserManagement/ResetPasswordDetails.php index 543f5f28..a47ea126 100644 --- a/src/UserManagement/ResetPasswordDetails.php +++ b/src/UserManagement/ResetPasswordDetails.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/SyncUsersManager.php b/src/UserManagement/SyncUsersManager.php index 4563a15d..586c7c36 100644 --- a/src/UserManagement/SyncUsersManager.php +++ b/src/UserManagement/SyncUsersManager.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/UserCreationInformation.php b/src/UserManagement/UserCreationInformation.php index a967a5d0..1172a366 100644 --- a/src/UserManagement/UserCreationInformation.php +++ b/src/UserManagement/UserCreationInformation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/UserDetails.php b/src/UserManagement/UserDetails.php index 3b9eff9c..e1b6e182 100644 --- a/src/UserManagement/UserDetails.php +++ b/src/UserManagement/UserDetails.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/UserUpdateInformation.php b/src/UserManagement/UserUpdateInformation.php index 08497ed4..1e8ef1fa 100644 --- a/src/UserManagement/UserUpdateInformation.php +++ b/src/UserManagement/UserUpdateInformation.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/UserManagement/UsersClient.php b/src/UserManagement/UsersClient.php index 1d25e90b..4e5876fc 100644 --- a/src/UserManagement/UsersClient.php +++ b/src/UserManagement/UsersClient.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/src/WriteResult.php b/src/WriteResult.php index df2d3114..5a1d9642 100644 --- a/src/WriteResult.php +++ b/src/WriteResult.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/DefaultData.php b/tests/DefaultData.php index c69a1b62..d2b7af68 100644 --- a/tests/DefaultData.php +++ b/tests/DefaultData.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/FakeEventStoreConnection.php b/tests/FakeEventStoreConnection.php index 135e0782..d12ebbbb 100644 --- a/tests/FakeEventStoreConnection.php +++ b/tests/FakeEventStoreConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/EventDataComparer.php b/tests/Helper/EventDataComparer.php index ad2d8135..1dcad94d 100644 --- a/tests/Helper/EventDataComparer.php +++ b/tests/Helper/EventDataComparer.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/EventsStream.php b/tests/Helper/EventsStream.php index ddd69567..0cbb82ad 100644 --- a/tests/Helper/EventsStream.php +++ b/tests/Helper/EventsStream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/OngoingTransaction.php b/tests/Helper/OngoingTransaction.php index ee5c4307..93c2304d 100644 --- a/tests/Helper/OngoingTransaction.php +++ b/tests/Helper/OngoingTransaction.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/StreamWriter.php b/tests/Helper/StreamWriter.php index 8c1077ed..a8daa436 100644 --- a/tests/Helper/StreamWriter.php +++ b/tests/Helper/StreamWriter.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/TailWriter.php b/tests/Helper/TailWriter.php index 3188e774..eac865bf 100644 --- a/tests/Helper/TailWriter.php +++ b/tests/Helper/TailWriter.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/TestConnection.php b/tests/Helper/TestConnection.php index 9e866525..b0b672a3 100644 --- a/tests/Helper/TestConnection.php +++ b/tests/Helper/TestConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/TestEvent.php b/tests/Helper/TestEvent.php index 89227043..949f4c3d 100644 --- a/tests/Helper/TestEvent.php +++ b/tests/Helper/TestEvent.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/Helper/TransactionalWriter.php b/tests/Helper/TransactionalWriter.php index 42a67657..439d903c 100644 --- a/tests/Helper/TransactionalWriter.php +++ b/tests/Helper/TransactionalWriter.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/SpecificationWithConnection.php b/tests/SpecificationWithConnection.php index d2cafef4..dc25ce86 100644 --- a/tests/SpecificationWithConnection.php +++ b/tests/SpecificationWithConnection.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * @@ -30,7 +31,7 @@ protected function given(): Generator yield new Success(); } - abstract protected function when(); + abstract protected function when(): Generator; /** @throws Throwable */ protected function execute(callable $test): void diff --git a/tests/SpecificationWithLinkToToDeletedEvents.php b/tests/SpecificationWithLinkToToDeletedEvents.php index 7d24d29e..30a8c158 100644 --- a/tests/SpecificationWithLinkToToDeletedEvents.php +++ b/tests/SpecificationWithLinkToToDeletedEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/SpecificationWithLinkToToMaxCountDeletedEvents.php b/tests/SpecificationWithLinkToToMaxCountDeletedEvents.php index 986a24fa..313120f0 100644 --- a/tests/SpecificationWithLinkToToMaxCountDeletedEvents.php +++ b/tests/SpecificationWithLinkToToMaxCountDeletedEvents.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/SystemData/clientapi_tcp_package.php b/tests/SystemData/clientapi_tcp_package.php index 43d3371b..b4f8b607 100644 --- a/tests/SystemData/clientapi_tcp_package.php +++ b/tests/SystemData/clientapi_tcp_package.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/SystemUsers.php b/tests/SystemUsers.php index 971241fe..fa7fcd08 100644 --- a/tests/SystemUsers.php +++ b/tests/SystemUsers.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/TestWithNode.php b/tests/UserManagement/TestWithNode.php index a664ffe5..fccb7de4 100644 --- a/tests/UserManagement/TestWithNode.php +++ b/tests/UserManagement/TestWithNode.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/TestWithUser.php b/tests/UserManagement/TestWithUser.php index 9bb52331..b4d685d7 100644 --- a/tests/UserManagement/TestWithUser.php +++ b/tests/UserManagement/TestWithUser.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/change_password.php b/tests/UserManagement/change_password.php index 97a60031..43be6f15 100644 --- a/tests/UserManagement/change_password.php +++ b/tests/UserManagement/change_password.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/creating_a_user.php b/tests/UserManagement/creating_a_user.php index 40b9481b..e111a8f0 100644 --- a/tests/UserManagement/creating_a_user.php +++ b/tests/UserManagement/creating_a_user.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/deleting_a_user.php b/tests/UserManagement/deleting_a_user.php index d2a23788..87303bca 100644 --- a/tests/UserManagement/deleting_a_user.php +++ b/tests/UserManagement/deleting_a_user.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/enable_disable_user.php b/tests/UserManagement/enable_disable_user.php index 29d4541b..50d2ad6c 100644 --- a/tests/UserManagement/enable_disable_user.php +++ b/tests/UserManagement/enable_disable_user.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/get_current_user.php b/tests/UserManagement/get_current_user.php index 599fa9b0..ebb0af7a 100644 --- a/tests/UserManagement/get_current_user.php +++ b/tests/UserManagement/get_current_user.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/list_users.php b/tests/UserManagement/list_users.php index fb67ce3d..c24bc5ee 100644 --- a/tests/UserManagement/list_users.php +++ b/tests/UserManagement/list_users.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/reset_password.php b/tests/UserManagement/reset_password.php index c5f0424f..f3c686c2 100644 --- a/tests/UserManagement/reset_password.php +++ b/tests/UserManagement/reset_password.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/UserManagement/updating_a_user.php b/tests/UserManagement/updating_a_user.php index fb32f1bd..d53f36c2 100644 --- a/tests/UserManagement/updating_a_user.php +++ b/tests/UserManagement/updating_a_user.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/a_nak_in_subscription_handler_in_autoack_mode_drops_the_subscription.php b/tests/a_nak_in_subscription_handler_in_autoack_mode_drops_the_subscription.php index 82fc4689..cbfaf537 100644 --- a/tests/a_nak_in_subscription_handler_in_autoack_mode_drops_the_subscription.php +++ b/tests/a_nak_in_subscription_handler_in_autoack_mode_drops_the_subscription.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/append_to_stream.php b/tests/append_to_stream.php index b2b3dabb..4d1623b6 100644 --- a/tests/append_to_stream.php +++ b/tests/append_to_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/appending_to_implicitly_created_stream.php b/tests/appending_to_implicitly_created_stream.php index 3df6590e..21e95884 100644 --- a/tests/appending_to_implicitly_created_stream.php +++ b/tests/appending_to_implicitly_created_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/appending_to_implicitly_created_stream_using_transaction.php b/tests/appending_to_implicitly_created_stream_using_transaction.php index 9ce23dcb..1be4b2e9 100644 --- a/tests/appending_to_implicitly_created_stream_using_transaction.php +++ b/tests/appending_to_implicitly_created_stream_using_transaction.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/can_create_duplicate_persistent_subscription_group_name_on_different_streams.php b/tests/can_create_duplicate_persistent_subscription_group_name_on_different_streams.php index 33f740fd..b8068e8d 100644 --- a/tests/can_create_duplicate_persistent_subscription_group_name_on_different_streams.php +++ b/tests/can_create_duplicate_persistent_subscription_group_name_on_different_streams.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/catch_up_subscription_handles_errors.php b/tests/catch_up_subscription_handles_errors.php index 9d55dc67..113ceea0 100644 --- a/tests/catch_up_subscription_handles_errors.php +++ b/tests/catch_up_subscription_handles_errors.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/catchup_subscription_handles_small_batch_sizes.php b/tests/catchup_subscription_handles_small_batch_sizes.php index a543ea8d..4936de5c 100644 --- a/tests/catchup_subscription_handles_small_batch_sizes.php +++ b/tests/catchup_subscription_handles_small_batch_sizes.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect.php b/tests/connect.php index 49deb107..dc4ddead 100644 --- a/tests/connect.php +++ b/tests/connect.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_max_one_client.php b/tests/connect_to_existing_persistent_subscription_with_max_one_client.php index 24e6b01b..69fde2a8 100644 --- a/tests/connect_to_existing_persistent_subscription_with_max_one_client.php +++ b/tests/connect_to_existing_persistent_subscription_with_max_one_client.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_permissions.php b/tests/connect_to_existing_persistent_subscription_with_permissions.php index 4be59ce3..c820f06e 100644 --- a/tests/connect_to_existing_persistent_subscription_with_permissions.php +++ b/tests/connect_to_existing_persistent_subscription_with_permissions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_events_in_it.php b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_events_in_it.php index 059b41b6..a119699b 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_events_in_it.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_events_in_it.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_no_stream.php b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_no_stream.php index 96b2fc3d..20f8237c 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_no_stream.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_and_no_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it.php b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it.php index 5b40bcdf..c79e84d7 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it_then_event_written.php b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it_then_event_written.php index b90f3607..832068cd 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it_then_event_written.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_beginning_not_set_and_events_in_it_then_event_written.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_two_and_no_stream.php b/tests/connect_to_existing_persistent_subscription_with_start_from_two_and_no_stream.php index 415b881a..7864581e 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_two_and_no_stream.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_two_and_no_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it.php b/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it.php index 05cc70a8..0a5ce5d8 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it_then_event_written.php b/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it_then_event_written.php index 09407198..c19b8568 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it_then_event_written.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_and_events_in_it_then_event_written.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_higher_than_x_and_events_in_it_then_event_written.php b/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_higher_than_x_and_events_in_it_then_event_written.php index 7b870357..9fa1b9e7 100644 --- a/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_higher_than_x_and_events_in_it_then_event_written.php +++ b/tests/connect_to_existing_persistent_subscription_with_start_from_x_set_higher_than_x_and_events_in_it_then_event_written.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_existing_persistent_subscription_without_permissions.php b/tests/connect_to_existing_persistent_subscription_without_permissions.php index 6ed76234..9c3052ed 100644 --- a/tests/connect_to_existing_persistent_subscription_without_permissions.php +++ b/tests/connect_to_existing_persistent_subscription_without_permissions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_non_existing_persistent_subscription_with_permissions.php b/tests/connect_to_non_existing_persistent_subscription_with_permissions.php index 27e8fa23..8561dfe2 100644 --- a/tests/connect_to_non_existing_persistent_subscription_with_permissions.php +++ b/tests/connect_to_non_existing_persistent_subscription_with_permissions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/connect_to_persistent_subscription_with_retries.php b/tests/connect_to_persistent_subscription_with_retries.php index ecb65b63..d03c41bf 100644 --- a/tests/connect_to_persistent_subscription_with_retries.php +++ b/tests/connect_to_persistent_subscription_with_retries.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_duplicate_persistent_subscription_group.php b/tests/create_duplicate_persistent_subscription_group.php index 5454ee01..6bb54d40 100644 --- a/tests/create_duplicate_persistent_subscription_group.php +++ b/tests/create_duplicate_persistent_subscription_group.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_after_deleting_the_same.php b/tests/create_persistent_subscription_after_deleting_the_same.php index b45ebec2..e25fea96 100644 --- a/tests/create_persistent_subscription_after_deleting_the_same.php +++ b/tests/create_persistent_subscription_after_deleting_the_same.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_group_without_permissions.php b/tests/create_persistent_subscription_group_without_permissions.php index 3c5391d1..2c0ee27d 100644 --- a/tests/create_persistent_subscription_group_without_permissions.php +++ b/tests/create_persistent_subscription_group_without_permissions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_on_all_stream.php b/tests/create_persistent_subscription_on_all_stream.php index 9537f1e1..c7b457a5 100644 --- a/tests/create_persistent_subscription_on_all_stream.php +++ b/tests/create_persistent_subscription_on_all_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_on_existing_stream.php b/tests/create_persistent_subscription_on_existing_stream.php index 1838ff1e..271e0ec6 100644 --- a/tests/create_persistent_subscription_on_existing_stream.php +++ b/tests/create_persistent_subscription_on_existing_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_on_non_existing_stream.php b/tests/create_persistent_subscription_on_non_existing_stream.php index e98bfe78..01ba6620 100644 --- a/tests/create_persistent_subscription_on_non_existing_stream.php +++ b/tests/create_persistent_subscription_on_non_existing_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_with_dont_timeout.php b/tests/create_persistent_subscription_with_dont_timeout.php index a093503b..b02e01a8 100644 --- a/tests/create_persistent_subscription_with_dont_timeout.php +++ b/tests/create_persistent_subscription_with_dont_timeout.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_with_too_big_checkpoint_after.php b/tests/create_persistent_subscription_with_too_big_checkpoint_after.php index d3db180f..9daee312 100644 --- a/tests/create_persistent_subscription_with_too_big_checkpoint_after.php +++ b/tests/create_persistent_subscription_with_too_big_checkpoint_after.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/create_persistent_subscription_with_too_big_message_timeout.php b/tests/create_persistent_subscription_with_too_big_message_timeout.php index f9e6ece0..2f154b62 100644 --- a/tests/create_persistent_subscription_with_too_big_message_timeout.php +++ b/tests/create_persistent_subscription_with_too_big_message_timeout.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/deleting_existing_persistent_subscription_group_with_permissions.php b/tests/deleting_existing_persistent_subscription_group_with_permissions.php index a86a084f..0320b7a2 100644 --- a/tests/deleting_existing_persistent_subscription_group_with_permissions.php +++ b/tests/deleting_existing_persistent_subscription_group_with_permissions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/deleting_existing_persistent_subscription_with_subscriber.php b/tests/deleting_existing_persistent_subscription_with_subscriber.php index 0e1d7c0c..1abbf7b0 100644 --- a/tests/deleting_existing_persistent_subscription_with_subscriber.php +++ b/tests/deleting_existing_persistent_subscription_with_subscriber.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/deleting_persistent_subscription_group_that_doesnt_exist.php b/tests/deleting_persistent_subscription_group_that_doesnt_exist.php index 0689648f..fc252709 100644 --- a/tests/deleting_persistent_subscription_group_that_doesnt_exist.php +++ b/tests/deleting_persistent_subscription_group_that_doesnt_exist.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/deleting_persistent_subscription_group_without_permissions.php b/tests/deleting_persistent_subscription_group_without_permissions.php index eaa2e79e..d7d6a086 100644 --- a/tests/deleting_persistent_subscription_group_without_permissions.php +++ b/tests/deleting_persistent_subscription_group_without_permissions.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/deleting_stream.php b/tests/deleting_stream.php index 791331fc..508d00a7 100644 --- a/tests/deleting_stream.php +++ b/tests/deleting_stream.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/event_store_connection_should.php b/tests/event_store_connection_should.php index e0c8e40e..8e9ac4f6 100644 --- a/tests/event_store_connection_should.php +++ b/tests/event_store_connection_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/happy_case_catching_up_to_link_to_events_auto_ack.php b/tests/happy_case_catching_up_to_link_to_events_auto_ack.php index 0acf9432..8304085c 100644 --- a/tests/happy_case_catching_up_to_link_to_events_auto_ack.php +++ b/tests/happy_case_catching_up_to_link_to_events_auto_ack.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/happy_case_catching_up_to_link_to_events_manual_ack.php b/tests/happy_case_catching_up_to_link_to_events_manual_ack.php index 737dcc2e..19d01ba6 100644 --- a/tests/happy_case_catching_up_to_link_to_events_manual_ack.php +++ b/tests/happy_case_catching_up_to_link_to_events_manual_ack.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/happy_case_catching_up_to_normal_events_auto_ack.php b/tests/happy_case_catching_up_to_normal_events_auto_ack.php index aee1350d..88c548c0 100644 --- a/tests/happy_case_catching_up_to_normal_events_auto_ack.php +++ b/tests/happy_case_catching_up_to_normal_events_auto_ack.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/happy_case_catching_up_to_normal_events_manual_ack.php b/tests/happy_case_catching_up_to_normal_events_manual_ack.php index 49efce77..0ad1c3ea 100644 --- a/tests/happy_case_catching_up_to_normal_events_manual_ack.php +++ b/tests/happy_case_catching_up_to_normal_events_manual_ack.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/happy_case_writing_and_subscribing_to_normal_events_auto_ack.php b/tests/happy_case_writing_and_subscribing_to_normal_events_auto_ack.php index 99402502..7f9cfa1f 100644 --- a/tests/happy_case_writing_and_subscribing_to_normal_events_auto_ack.php +++ b/tests/happy_case_writing_and_subscribing_to_normal_events_auto_ack.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/happy_case_writing_and_subscribing_to_normal_events_manual_ack.php b/tests/happy_case_writing_and_subscribing_to_normal_events_manual_ack.php index a2a45eda..ce8821bf 100644 --- a/tests/happy_case_writing_and_subscribing_to_normal_events_manual_ack.php +++ b/tests/happy_case_writing_and_subscribing_to_normal_events_manual_ack.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/not_connected_tests.php b/tests/not_connected_tests.php index 8d2b2a0d..65978239 100644 --- a/tests/not_connected_tests.php +++ b/tests/not_connected_tests.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_all_events_backward_should.php b/tests/read_all_events_backward_should.php index e574bff0..c9b2e335 100644 --- a/tests/read_all_events_backward_should.php +++ b/tests/read_all_events_backward_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_all_events_backward_with_linkto_deleted_event.php b/tests/read_all_events_backward_with_linkto_deleted_event.php index 410f7cda..63c7dda6 100644 --- a/tests/read_all_events_backward_with_linkto_deleted_event.php +++ b/tests/read_all_events_backward_with_linkto_deleted_event.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_all_events_forward_should.php b/tests/read_all_events_forward_should.php index 2d363c06..837195cb 100644 --- a/tests/read_all_events_forward_should.php +++ b/tests/read_all_events_forward_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_all_events_forward_with_hard_deleted_stream_should.php b/tests/read_all_events_forward_with_hard_deleted_stream_should.php index a27bb944..b65f0f18 100644 --- a/tests/read_all_events_forward_with_hard_deleted_stream_should.php +++ b/tests/read_all_events_forward_with_hard_deleted_stream_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_all_events_forward_with_linkto_passed_max_count.php b/tests/read_all_events_forward_with_linkto_passed_max_count.php index 5ac1f9f3..a20a7f33 100644 --- a/tests/read_all_events_forward_with_linkto_passed_max_count.php +++ b/tests/read_all_events_forward_with_linkto_passed_max_count.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_all_events_forward_with_soft_deleted_stream_should.php b/tests/read_all_events_forward_with_soft_deleted_stream_should.php index c732ecd8..ff4fcbf9 100644 --- a/tests/read_all_events_forward_with_soft_deleted_stream_should.php +++ b/tests/read_all_events_forward_with_soft_deleted_stream_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_event_of_linkto_to_deleted_event.php b/tests/read_event_of_linkto_to_deleted_event.php index d04ec184..ca100bd4 100644 --- a/tests/read_event_of_linkto_to_deleted_event.php +++ b/tests/read_event_of_linkto_to_deleted_event.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_event_should.php b/tests/read_event_should.php index cf8e5b28..e10a7fb4 100644 --- a/tests/read_event_should.php +++ b/tests/read_event_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_event_stream_backward_should.php b/tests/read_event_stream_backward_should.php index b6bb1e42..ab440a42 100644 --- a/tests/read_event_stream_backward_should.php +++ b/tests/read_event_stream_backward_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_event_stream_forward_should.php b/tests/read_event_stream_forward_should.php index 5fccb4bc..65b8c9e0 100644 --- a/tests/read_event_stream_forward_should.php +++ b/tests/read_event_stream_forward_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/read_stream_events_with_unresolved_linkto.php b/tests/read_stream_events_with_unresolved_linkto.php index 9203b190..597fea78 100644 --- a/tests/read_stream_events_with_unresolved_linkto.php +++ b/tests/read_stream_events_with_unresolved_linkto.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/soft_delete.php b/tests/soft_delete.php index 2a1f8f4f..12bf66c4 100644 --- a/tests/soft_delete.php +++ b/tests/soft_delete.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/subscribe_should.php b/tests/subscribe_should.php index 5de29645..39280afa 100644 --- a/tests/subscribe_should.php +++ b/tests/subscribe_should.php @@ -1,6 +1,7 @@ * (c) 2018-2018 Sascha-Oliver Prolic * diff --git a/tests/when_committing_empty_transaction.php b/tests/when_committing_empty_transaction.php new file mode 100644 index 00000000..5562ec4a --- /dev/null +++ b/tests/when_committing_empty_transaction.php @@ -0,0 +1,202 @@ + + * (c) 2018-2018 Sascha-Oliver Prolic + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace ProophTest\EventStoreClient; + +use Generator; +use PHPUnit\Framework\TestCase; +use Prooph\EventStoreClient\EventData; +use Prooph\EventStoreClient\EventStoreAsyncConnection; +use Prooph\EventStoreClient\EventStoreAsyncTransaction; +use Prooph\EventStoreClient\Exception\WrongExpectedVersionException; +use Prooph\EventStoreClient\ExpectedVersion; +use Prooph\EventStoreClient\Internal\UuidGenerator; +use Prooph\EventStoreClient\SliceReadStatus; +use Prooph\EventStoreClient\StreamEventsSlice; +use Prooph\EventStoreClient\WriteResult; +use ProophTest\EventStoreClient\Helper\TestConnection; +use ProophTest\EventStoreClient\Helper\TestEvent; +use Throwable; +use function Amp\call; +use function Amp\Promise\wait; + +class when_committing_empty_transaction extends TestCase +{ + /** @var EventStoreAsyncConnection */ + private $connection; + /** @var EventData */ + private $firstEvent; + /** @var string */ + private $stream; + + protected function setUp(): void + { + $this->firstEvent = TestEvent::new(); + $this->connection = TestConnection::createAsync(); + $this->stream = UuidGenerator::generate(); + } + + private function bootstrap(): Generator + { + yield $this->connection->connectAsync(); + + /** @var WriteResult $result */ + $result = yield $this->connection->appendToStreamAsync( + $this->stream, + ExpectedVersion::NO_STREAM, + [$this->firstEvent, TestEvent::new(), TestEvent::new()] + ); + + $this->assertSame(2, $result->nextExpectedVersion()); + + /** @var EventStoreAsyncTransaction $transaction */ + $transaction = yield $this->connection->startTransactionAsync( + $this->stream, + 2 + ); + + /** @var WriteResult $result */ + $result = yield $transaction->commitAsync(); + + $this->assertSame(2, $result->nextExpectedVersion()); + } + + protected function tearDown(): void + { + $this->connection->close(); + } + + /** + * @test + * @throws Throwable + */ + public function following_append_with_correct_expected_version_are_commited_correctly(): void + { + wait(call(function () { + yield from $this->bootstrap(); + + /** @var WriteResult $result */ + $result = yield $this->connection->appendToStreamAsync( + $this->stream, + 2, + TestEvent::newAmount(2) + ); + + $this->assertSame(4, $result->nextExpectedVersion()); + + /** @var StreamEventsSlice $result */ + $result = yield $this->connection->readStreamEventsForwardAsync( + $this->stream, + 0, + 100, + false + ); + + $this->assertTrue(SliceReadStatus::success()->equals($result->status())); + $this->assertCount(5, $result->events()); + + for ($i = 0; $i < 5; $i++) { + $this->assertSame($i, $result->events()[$i]->originalEventNumber()); + } + })); + } + + /** + * @test + * @throws Throwable + */ + public function following_append_with_expected_version_any_are_commited_correctly(): void + { + wait(call(function () { + yield from $this->bootstrap(); + + /** @var WriteResult $result */ + $result = yield $this->connection->appendToStreamAsync( + $this->stream, + ExpectedVersion::ANY, + TestEvent::newAmount(2) + ); + + $this->assertSame(4, $result->nextExpectedVersion()); + + /** @var StreamEventsSlice $result */ + $result = yield $this->connection->readStreamEventsForwardAsync( + $this->stream, + 0, + 100, + false + ); + + $this->assertTrue(SliceReadStatus::success()->equals($result->status())); + $this->assertCount(5, $result->events()); + + for ($i = 0; $i < 5; $i++) { + $this->assertSame($i, $result->events()[$i]->originalEventNumber()); + } + })); + } + + /** + * @test + * @throws Throwable + */ + public function committing_first_event_with_expected_version_no_stream_is_idempotent(): void + { + wait(call(function () { + yield from $this->bootstrap(); + + /** @var WriteResult $result */ + $result = yield $this->connection->appendToStreamAsync( + $this->stream, + ExpectedVersion::NO_STREAM, + [$this->firstEvent] + ); + + $this->assertSame(0, $result->nextExpectedVersion()); + + /** @var StreamEventsSlice $result */ + $result = yield $this->connection->readStreamEventsForwardAsync( + $this->stream, + 0, + 100, + false + ); + + $this->assertTrue(SliceReadStatus::success()->equals($result->status())); + $this->assertCount(3, $result->events()); + + for ($i = 0; $i < 3; $i++) { + $this->assertSame($i, $result->events()[$i]->originalEventNumber()); + } + })); + } + + /** + * @test + * @throws Throwable + */ + public function trying_to_append_new_events_with_expected_version_no_stream_fails(): void + { + wait(call(function () { + yield from $this->bootstrap(); + + $this->expectException(WrongExpectedVersionException::class); + + yield $this->connection->appendToStreamAsync( + $this->stream, + ExpectedVersion::NO_STREAM, + [TestEvent::new()] + ); + })); + } +} diff --git a/tests/when_writing_and_subscribing_to_normal_events_manual_nack.php b/tests/when_writing_and_subscribing_to_normal_events_manual_nack.php new file mode 100644 index 00000000..0ab4a7b8 --- /dev/null +++ b/tests/when_writing_and_subscribing_to_normal_events_manual_nack.php @@ -0,0 +1,128 @@ + + * (c) 2018-2018 Sascha-Oliver Prolic + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace ProophTest\EventStoreClient; + +use Amp\Deferred; +use Amp\Promise; +use Amp\Success; +use Generator; +use PHPUnit\Framework\TestCase; +use Prooph\EventStoreClient\EventAppearedOnPersistentSubscription; +use Prooph\EventStoreClient\EventData; +use Prooph\EventStoreClient\ExpectedVersion; +use Prooph\EventStoreClient\Internal\AbstractEventStorePersistentSubscription; +use Prooph\EventStoreClient\Internal\ResolvedEvent; +use Prooph\EventStoreClient\Internal\UuidGenerator; +use Prooph\EventStoreClient\PersistentSubscriptionNakEventAction; +use Prooph\EventStoreClient\PersistentSubscriptionSettings; +use Throwable; + +class when_writing_and_subscribing_to_normal_events_manual_nack extends TestCase +{ + use SpecificationWithConnection; + + /** @var string */ + private $streamName; + /** @var string */ + private $groupName; + + public const BUFFER_COUNT = 10; + public const EVENT_WRITE_COUNT = self::BUFFER_COUNT * 2; + + /** @var Deferred */ + private $eventsReceived; + /** @var int */ + private $eventReceivedCount = 0; + + protected function setUp(): void + { + $this->streamName = UuidGenerator::generate(); + $this->groupName = UuidGenerator::generate(); + $this->eventsReceived = new Deferred(); + } + + protected function when(): Generator + { + yield new Success(); + } + + /** + * @doesNotPerformAssertions + * @throws Throwable + */ + public function test(): void + { + $this->execute(function () { + $settings = PersistentSubscriptionSettings::create() + ->startFromCurrent() + ->resolveLinkTos() + ->build(); + + yield $this->conn->createPersistentSubscriptionAsync( + $this->streamName, + $this->groupName, + $settings, + DefaultData::adminCredentials() + ); + + yield $this->conn->connectToPersistentSubscriptionAsync( + $this->streamName, + $this->groupName, + new class($this->eventReceivedCount, $this->eventsReceived) implements EventAppearedOnPersistentSubscription { + /** @var int */ + private $eventReceivedCount; + /** @var Deferred */ + private $eventsReceived; + + public function __construct(int &$eventReceivedCount, Deferred $eventsReceived) + { + $this->eventReceivedCount = &$eventReceivedCount; + $this->eventsReceived = $eventsReceived; + } + + public function __invoke( + AbstractEventStorePersistentSubscription $subscription, + ResolvedEvent $resolvedEvent, + ?int $retryCount = null + ): Promise { + $subscription->fail($resolvedEvent, PersistentSubscriptionNakEventAction::park(), 'fail'); + + if (++$this->eventReceivedCount === when_writing_and_subscribing_to_normal_events_manual_nack::EVENT_WRITE_COUNT) { + $this->eventsReceived->resolve(true); + } + + return new Success(); + } + }, + null, + 10, + false, + DefaultData::adminCredentials() + ); + + for ($i = 0; $i < self::EVENT_WRITE_COUNT; $i++) { + $eventData = new EventData(null, 'SomeEvent', false); + + yield $this->conn->appendToStreamAsync( + $this->streamName, + ExpectedVersion::ANY, + [$eventData], + DefaultData::adminCredentials() + ); + } + + yield Promise\timeout($this->eventsReceived->promise(), 5000); + }); + } +}