Passed
Push — master ( febd2a...555f13 )
by Anthony
02:59
created
core/admin/contenus/GestionContenus.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -127,6 +127,9 @@
 block discarded – undo
127 127
 			FlashMessage::setFlash($message);
128 128
 		}
129 129
 		
130
+		/**
131
+		 * @param string $new_page
132
+		 */
130 133
 		private function setCreerFichier($new_page) {
131 134
 			$page_type = ROOT."config/page_type/page_type.html";
132 135
 			
Please login to merge, or discard this patch.
core/auth/Connexion.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
 			}
36 36
 		}
37 37
 
38
+		/**
39
+		 * @param string $page_retour
40
+		 */
38 41
 		private function setTestConnexion($query, $auth, $page_retour) {
39 42
 			if (count($query) > 0) {
40 43
 				foreach ($query as $obj) {
Please login to merge, or discard this patch.