Passed
Branch master (155dfe)
by Farhad
02:01
created
src/ZhaketGuard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param array $params
20 20
      * @return \Psr\Http\Message\StreamInterface|string
21 21
      */
22
-    public static function request($method, $params=[])
22
+    public static function request($method, $params = [])
23 23
     {
24 24
         if (empty($method)) {
25 25
             return 'request method can not be empty.';
Please login to merge, or discard this patch.