x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( e8f989...ce1b38 )
by Philip
02:12
created
src/CRUDlex/UserSetup.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,10 +69,10 @@
 block discarded – undo
69 69
      * the encoder to use, defaults to BCryptPasswordEncoder if null is given
70 70
      */
71 71
     public function __construct(PasswordEncoderInterface $encoder = null) {
72
-    	$this->encoder = $encoder;
73
-    	if ($this->encoder === null) {
74
-    		$this->encoder = new BCryptPasswordEncoder(13);
75
-    	}
72
+        $this->encoder = $encoder;
73
+        if ($this->encoder === null) {
74
+            $this->encoder = new BCryptPasswordEncoder(13);
75
+        }
76 76
     }
77 77
 
78 78
     /**
Please login to merge, or discard this patch.