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.