Passed
Branch master (f41754)
by Nate
04:18
created
Category
src/Middleware/AbstractMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     protected function isResponseSuccessful(ResponseInterface $response)
40 40
     {
41
-        if (in_array($response->getStatusCode(), [200, 201, 204])) {
41
+        if (in_array($response->getStatusCode(), [ 200, 201, 204 ])) {
42 42
 
43 43
             return true;
44 44
 
Please login to merge, or discard this patch.
src/Helpers/RelayHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public static function createResolver()
25 25
     {
26 26
 
27
-        return function ($config) {
27
+        return function($config) {
28 28
 
29 29
             if ($config instanceof MiddlewareInterface) {
30 30
 
Please login to merge, or discard this patch.