Passed
Push — master ( d41f3d...32d286 )
by Edward
02:22
created
src/Value/DecodedJson/Exception/InvalidElementKeyException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,6 +63,6 @@
 block discarded – undo
63 63
 
64 64
     private function buildPath(): string
65 65
     {
66
-        return '/' . implode('/', $this->path->getElements());
66
+        return '/'.implode('/', $this->path->getElements());
67 67
     }
68 68
 }
Please login to merge, or discard this patch.
src/Value/DecodedJson/Exception/InvalidNodeDataException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,6 +63,6 @@
 block discarded – undo
63 63
 
64 64
     private function buildPath(): string
65 65
     {
66
-        return '/' . implode('/', $this->path->getElements());
66
+        return '/'.implode('/', $this->path->getElements());
67 67
     }
68 68
 }
Please login to merge, or discard this patch.
src/Path/Exception/ParentNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,6 +63,6 @@
 block discarded – undo
63 63
 
64 64
     private function buildPath(): string
65 65
     {
66
-        return '/' . implode('/', $this->path->getElements());
66
+        return '/'.implode('/', $this->path->getElements());
67 67
     }
68 68
 }
Please login to merge, or discard this patch.