Completed
Push — master ( a79e5a...04b693 )
by Arman
14s
created
src/Http/Traits/Request/Body.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      */
50 50
     public static function get(string $key, ?string $default = null, bool $raw = false)
51 51
     {
52
-        if(!self::has($key)) {
52
+        if (!self::has($key)) {
53 53
             return $default;
54 54
         }
55 55
 
Please login to merge, or discard this patch.