Passed
Push — master ( 25ab92...d5a1bb )
by Anthony
03:06
created
core/admin/contenus/GestionContenus.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -71,6 +71,14 @@  discard block
 block discarded – undo
71 71
 
72 72
 
73 73
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
74
+
75
+		/**
76
+		 * @param string $url
77
+		 * @param string $err_balise_title
78
+		 * @param string $err_url
79
+		 * @param string $err_meta_description
80
+		 * @param string $err_titre_page
81
+		 */
74 82
 		private function setErreurContenus($balise_title, $url, $meta_description, $titre_page, $parent, $contenu, $err_balise_title, $err_url, $err_meta_description, $err_titre_page) {
75 83
 			$_SESSION['balise_title'] = $balise_title;
76 84
 			$_SESSION['url'] = $url;
@@ -265,6 +273,10 @@  discard block
 block discarded – undo
265 273
 			}
266 274
 		}
267 275
 
276
+		/**
277
+		 * @param string $id
278
+		 * @param integer $affiche
279
+		 */
268 280
 		private function setModifierLienNavigation($id, $id_page, $parent, $affiche) {
269 281
 			if ($parent != "") {
270 282
 				$nav = new Navigation();
Please login to merge, or discard this patch.
core/database/Querybuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 		}
49 49
 
50 50
 		/**
51
-		 * @param $champ
51
+		 * @param string $champ
52 52
 		 * @param $value
53 53
 		 * @return $this
54 54
 		 */
Please login to merge, or discard this patch.
core/modules/CheckVersionModule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 		}
112 112
 
113 113
 		/**
114
-		 * @param $version_txt
114
+		 * @param string $version_txt
115 115
 		 * @param $version
116 116
 		 * @param $id_module
117 117
 		 * fonction qui va vérifier si notre mdule est bien a jour
Please login to merge, or discard this patch.
core/modules/GestionModule.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -66,9 +66,6 @@
 block discarded – undo
66 66
 		}
67 67
 
68 68
 		/**
69
-		 * @param null $systeme
70
-		 * recupere la listes des modules ajouter par un autre admin
71
-		 * fonction utilisée uniquement dans la config
72 69
 		 */
73 70
 		public function getListeModule() {
74 71
 			$dbc = App::getDb();
Please login to merge, or discard this patch.