Passed
Push — master ( 05c099...2f78b6 )
by Florian
03:21
created
src/Identifier/Ldap/ExtensionAdapter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
     {
171 171
         set_error_handler(
172 172
             function ($errorNumber, $errorText) {
173
-                 throw new ErrorException($errorText);
173
+                    throw new ErrorException($errorText);
174 174
             },
175 175
             E_ALL
176 176
         );
Please login to merge, or discard this patch.