Completed
Branch master (436138)
by Raymond
03:46
created
src/Client/Http/Feed/EventStreamFeedLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http\Feed;
4 4
 
5 5
 class EventStreamFeedLink
Please login to merge, or discard this patch.
src/Client/Http/ReadEventFeedRequestFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 use GuzzleHttp\Psr7\Request;
Please login to merge, or discard this patch.
src/Client/Http/ReadEventFeedResponseInspector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
src/Client/Http/ReadEventStreamFeedRequestFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 use GuzzleHttp\Psr7\Request;
Please login to merge, or discard this patch.
src/Client/Http/ReadEventStreamFeedResponseInspector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
src/Client/Http/RequestFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 use Psr\Http\Message\RequestInterface;
Please login to merge, or discard this patch.
src/Client/Http/RequestHeader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 class RequestHeader
Please login to merge, or discard this patch.
src/Client/Http/ResponseInspector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore\Client\Http;
4 4
 
5 5
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
src/EventData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace RayRutjes\GetEventStore;
4 4
 
5 5
 final class EventData
Please login to merge, or discard this patch.