Passed
Push — master ( 4c85c7...39cc03 )
by Anthony
03:13
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.
core/admin/contenus/GestionErreurContenus.php 1 patch
Doc Comments   -5 removed lines patch added patch discarded remove patch
@@ -100,11 +100,6 @@
 block discarded – undo
100 100
 		
101 101
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
102 102
 		/**
103
-		 * @param string $url
104
-		 * @param string $err_balise_title
105
-		 * @param string $err_url
106
-		 * @param string $err_meta_description
107
-		 * @param string $err_titre_page
108 103
 		 */
109 104
 		private function setErreurContenus() {
110 105
 			$_SESSION['balise_title'] = $this->balise_title;
Please login to merge, or discard this patch.