Passed
Push — master ( 1379e2...68e4d6 )
by Edward
02:25
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.