Completed
Push — master ( c03353...d5f520 )
by
unknown
10:14
created
src/Charcoal/User/AuthToken.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -246,10 +246,10 @@
 block discarded – undo
246 246
         return $this;
247 247
     }
248 248
 
249
-     /**
250
-      * StorableTrait > preSave(): Called automatically before saving the object to source.
251
-      * @return boolean
252
-      */
249
+        /**
250
+         * StorableTrait > preSave(): Called automatically before saving the object to source.
251
+         * @return boolean
252
+         */
253 253
     public function preSave()
254 254
     {
255 255
         parent::preSave();
Please login to merge, or discard this patch.