Test Setup Failed
Branch main (c737ac)
by Teodoro
10:02
created
Category
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.