Completed
Push — master ( 4100db...11d3d6 )
by Blackred
06:57
created
src/Service/ComradeReader.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -164,8 +164,7 @@
 block discarded – undo
164 164
                     $this->getPreparedRequestUrl($url),
165 165
                     $parameters
166 166
                 );
167
-        }
168
-        catch (RequestException $e) {
167
+        } catch (RequestException $e) {
169 168
             if ($e->getCode() === 404) {
170 169
                 throw new ResourceNotFoundException($url);
171 170
             }
Please login to merge, or discard this patch.
src/Test/Service/ComradeDeserializerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
         ]);
143 143
 
144 144
         /** @var PaginatedResults $results */
145
-        $results =  $comrade->decodeIntoMultipleObjects(SimpleTestEntity::class);
145
+        $results = $comrade->decodeIntoMultipleObjects(SimpleTestEntity::class);
146 146
 
147 147
         $this->assertInstanceOf(
148 148
             PaginatedResults::class,
Please login to merge, or discard this patch.