Passed
Push — master ( 08b657...a4e6af )
by Anthony
02:47
created
core/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 				$files = array_diff(scandir($url), array('.', '..'));
85 85
 				
86 86
 				foreach ($files as $file) {
87
-					self::supprimerDossier(realpath($url) . '/' . $file);
87
+					self::supprimerDossier(realpath($url).'/'.$file);
88 88
 				}
89 89
 				
90 90
 				return rmdir($url);
Please login to merge, or discard this patch.