Passed
Push — master ( 9c4857...eecc1f )
by Russell
02:55
created
src/Verify/Verifiable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     public function write() : boolean
63 63
     {
64 64
         $fields = $this->model->config()->get('verifiable_fields');
65
-    	$hash = $this->hash($fields);
65
+     $hash = $this->hash($fields);
66 66
 
67 67
         return $this->backend->write($hash);
68 68
     }
Please login to merge, or discard this patch.