Passed
Push — master ( 146f63...0d342d )
by Michael
02:44
created
src/Document/ErrorObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@
 block discarded – undo
250 250
      */
251 251
     public function __toString(): string
252 252
     {
253
-        return 'Error-object with ' . (
253
+        return 'Error-object with '.(
254 254
             $this->id === null
255 255
                 ? 'no ID'
256 256
                 : sprintf('ID: "%s"', $this->id)
Please login to merge, or discard this patch.