Passed
Push — main ( 3cedae...ae066d )
by Teodoro
06:55 queued 04:47
created
src/NullableValueObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
      */
29 29
     public function __toString(): string
30 30
     {
31
-        return \sprintf('%s', $this->value) ;
31
+        return \sprintf('%s', $this->value);
32 32
     }
33 33
 }
Please login to merge, or discard this patch.