Passed
Push — master ( d43196...29aaaa )
by Anthony
03:20
created
core/modules/RouterModule.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 		
51 51
 		/**
52 52
 		 * @param $url
53
-		 * @param null $admin
53
+		 * @param string|null $admin
54 54
 		 * @return string
55 55
 		 * Permets de générer l'url pour aller charger la page concernee pour le module blog
56 56
 		 * appele également l'actoin à effectur dans la page
@@ -119,8 +119,8 @@  discard block
 block discarded – undo
119 119
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
120 120
 		/**
121 121
 		 * @param $debut_url
122
-		 * @param $centre_url
123
-		 * @param $admin
122
+		 * @param string $centre_url
123
+		 * @param string|null $admin
124 124
 		 * @return array|string
125 125
 		 */
126 126
 		private function setPathFile($debut_url, $centre_url, $admin) {
Please login to merge, or discard this patch.
core/Navigation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
 		
163 163
 		
164 164
 		/**
165
-		 * @param $id
165
+		 * @param string $id
166 166
 		 * @param $value_id
167 167
 		 * to add a link in navigation table
168 168
 		 */
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
 		}
176 176
 
177 177
 		/**
178
-		 * @param $id
178
+		 * @param string $id
179 179
 		 * @param $value_id
180 180
 		 * to delete a link in navigation table
181 181
 		 */
Please login to merge, or discard this patch.