Test Failed
Pull Request — MetadataImplementationStep (#116)
by Alex
03:10
created
src/Controllers/MetadataControllerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         }
69 69
 
70 70
         if (!method_exists($this, $result)) {
71
-            $msg ='Metadata target for CRUD verb ' . $crudVerb . ' on model ' . $modelName . ' does not exist';
71
+            $msg = 'Metadata target for CRUD verb ' . $crudVerb . ' on model ' . $modelName . ' does not exist';
72 72
             throw new \Exception($msg);
73 73
         }
74 74
 
Please login to merge, or discard this patch.