Passed
Push — master ( 717401...7065f2 )
by Edward
02:30
created
src/Exception/PathAwareExceptionTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,6 @@
 block discarded – undo
20 20
 
21 21
     protected function buildPath(): string
22 22
     {
23
-        return '/' . implode('/', $this->path->getElements());
23
+        return '/'.implode('/', $this->path->getElements());
24 24
     }
25 25
 }
Please login to merge, or discard this patch.