Completed
Push — master ( 2f8015...d9292b )
by Moviet
07:14
created
src/Crypsic.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
     protected static $auth;
40 40
 
41 41
     /**
42
-    * @param string hash
43
-    */
42
+     * @param string hash
43
+     */
44 44
     protected static $hash;
45 45
 
46 46
     /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -356,7 +356,7 @@
 block discarded – undo
356 356
      */
357 357
     protected static function calcKey()
358 358
     {
359
-        return preg_replace('/[^0-9]/','', self::getMode());
359
+        return preg_replace('/[^0-9]/', '', self::getMode());
360 360
     }
361 361
 
362 362
     /**
Please login to merge, or discard this patch.