Completed
Branch feature/pre-split (0a985a)
by Anton
05:37
created
source/Spiral/ORM/AbstractRecord.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
      */
225 225
     public function __toString()
226 226
     {
227
-        return static::class . '#' . hash('crc32', spl_object_hash($this));
227
+        return static::class.'#'.hash('crc32', spl_object_hash($this));
228 228
     }
229 229
 
230 230
     /**
Please login to merge, or discard this patch.