Completed
Branch master (4d3021)
by Rigel Kent
06:29
created
src/Traits/Request.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -157,6 +157,9 @@
 block discarded – undo
157 157
         ];
158 158
     }
159 159
 
160
+    /**
161
+     * @param string $jsonString
162
+     */
160 163
     protected function parseToArray($jsonString)
161 164
     {
162 165
         return json_decode($jsonString, true);
Please login to merge, or discard this patch.