Passed
Push — master ( be3427...883bce )
by Anthony
03:08
created
core/admin/contenus/GestionContenus.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -268,6 +268,10 @@
 block discarded – undo
268 268
 			}
269 269
 		}
270 270
 
271
+		/**
272
+		 * @param string $id
273
+		 * @param integer $affiche
274
+		 */
271 275
 		private function setAjoutLienNavigation($id, $value_id, $affiche) {
272 276
 			if ($affiche !== null) {
273 277
 				$nav = new Navigation();
Please login to merge, or discard this patch.