Passed
Push — master ( 13c68b...f8775d )
by Nícollas
01:46
created
example/app/Models/User.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
 
20 20
     public static function userData(Int $id)
21 21
     {
22
-        if(!isset(self::$names[$id])) {
22
+        if (!isset(self::$names[$id])) {
23 23
             return [
24 24
                 'error' => 404,
25 25
                 'message' => 'User not found'
Please login to merge, or discard this patch.