Passed
Branch develop (f8c6b6)
by Freddie
09:25
created
src/Entity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
      */
98 98
     public function __toString()
99 99
     {
100
-        return (string)\json_encode($this->toArray(), JSON_ERROR_NONE);
100
+        return (string) \json_encode($this->toArray(), JSON_ERROR_NONE);
101 101
     }
102 102
 
103 103
     /**
Please login to merge, or discard this patch.