Completed
Push — master ( ffda8d...a99b9b )
by Timo
03:15
created
src/Helpers/ResponseHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
      */
20 20
     public static function hasErrorStatusCode(ResponseInterface $response) : bool
21 21
     {
22
-        return \in_array(+ \mb_substr($response->getStatusCode(), 0, 1), [4, 5], true);
22
+        return \in_array(+\mb_substr($response->getStatusCode(), 0, 1), [4, 5], true);
23 23
     }
24 24
 }
Please login to merge, or discard this patch.