Passed
Pull Request — master (#6)
by
unknown
04:24
created
src/Traits/BuildRouteTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public function buildRoute(array $data = []): string
17 17
     {
18 18
         if (!property_exists($this, 'routeName')) {
19
-            throw new InvalidArgumentException(BuildRouteTrait::class.' requires a "routeName" property');
19
+            throw new InvalidArgumentException(BuildRouteTrait::class . ' requires a "routeName" property');
20 20
         }
21 21
 
22 22
         return route_from_model($this->routeName, $this, $data);
Please login to merge, or discard this patch.