Test Failed
Push — master ( ce2803...2a0315 )
by stéphane
11:11 queued 14s
created
sources/Loader.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,13 +80,13 @@
 block discarded – undo
80 80
         // auto_detect_line_endings
81 81
         $adle_setting = "auto_detect_line_endings";
82 82
         if (!$is_php81) {
83
-          ini_set($adle_setting, "true");
83
+            ini_set($adle_setting, "true");
84 84
         }
85 85
 
86 86
         $content = @file($absolutePath, FILE_IGNORE_NEW_LINES);
87 87
 
88 88
         if (!$is_php81) {
89
-          ini_restore($adle_setting);
89
+            ini_restore($adle_setting);
90 90
         }
91 91
 
92 92
         if (is_bool($content)) {
Please login to merge, or discard this patch.