Passed
Push — develop ( 775faa...ae8f25 )
by Paul
03:03
created
src/GateKeeper.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@  discard block
 block discarded – undo
143 143
 	}
144 144
 
145 145
 	/**
146
+	 * @param string $plugin
146 147
 	 * @return bool
147 148
 	 */
148 149
 	public function hasDependency( $plugin )
@@ -304,7 +305,7 @@  discard block
 block discarded – undo
304 305
 
305 306
 	/**
306 307
 	 * @param string $error
307
-	 * @param bool $bool
308
+	 * @param boolean $isValid
308 309
 	 * @return bool
309 310
 	 */
310 311
 	protected function catchError( $plugin, $error, $isValid )
@@ -403,6 +404,7 @@  discard block
 block discarded – undo
403 404
 	}
404 405
 
405 406
 	/**
407
+	 * @param string $key
406 408
 	 * @return array|string
407 409
 	 */
408 410
 	protected function getPluginRequirements( $plugin, $key = null )
Please login to merge, or discard this patch.