Completed
Push — master ( 73e461...5c7825 )
by Bas van
02:46
created
src/Strava/API/Service/Stub.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -197,6 +197,4 @@
 block discarded – undo
197 197
      * @param string $result
198 198
      */
199 199
     private function format($result) {
200
-        return json_decode($result,true);
201
-    }
202
-}
200
+        return json_decode($result
203 201
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -197,6 +197,4 @@
 block discarded – undo
197 197
      * @param string $result
198 198
      */
199 199
     private function format($result) {
200
-        return json_decode($result,true);
201
-    }
202
-}
200
+        return json_decode($result
203 201
\ No newline at end of file
Please login to merge, or discard this patch.