Completed
Push — master ( 47bad9...286edf )
by Ben
02:37
created
src/Encryption/AbstractEncryption.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
      */
193 193
     private function encodePassword($password)
194 194
     {
195
-        set_error_handler(function () {}, E_NOTICE);
195
+        set_error_handler(function() {}, E_NOTICE);
196 196
         $encodedPassword = iconv('UTF-8', 'ISO-8859-1', $password);
197 197
         restore_error_handler();
198 198
 
Please login to merge, or discard this patch.