Completed
Push — 3.0 ( 96274a...4fcb09 )
by Vermeulen
02:02
created
src/class/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
          * End "en" (preference 0.4/1)
200 200
          **/
201 201
         
202
-        $acceptLanguage  = $this->serverValue('HTTP_ACCEPT_LANGUAGE');
202
+        $acceptLanguage = $this->serverValue('HTTP_ACCEPT_LANGUAGE');
203 203
         if (empty($acceptLanguage)) {
204 204
             $this->lang = '';
205 205
             return;
Please login to merge, or discard this patch.
src/class/install/ModuleInstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -505,7 +505,7 @@
 block discarded – undo
505 505
      */
506 506
     protected function removeRecursiveDirectory($dirPath)
507 507
     {
508
-        $fileList = array_diff(scandir($dirPath), ['.','..']);
508
+        $fileList = array_diff(scandir($dirPath), ['.', '..']);
509 509
         
510 510
         foreach ($fileList as $filePath) {
511 511
             if (is_dir($filePath)) {
Please login to merge, or discard this patch.
skel/app/config/bfw/monolog.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,6 @@
 block discarded – undo
20 20
                 Logger::DEBUG
21 21
             ]
22 22
         ]
23
-        */
23
+         */
24 24
     ]
25 25
 ];
Please login to merge, or discard this patch.