Passed
Push — develop ( a578dd...775faa )
by Paul
03:23
created
src/GateKeeper.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,6 +144,7 @@  discard block
 block discarded – undo
144 144
 	}
145 145
 
146 146
 	/**
147
+	 * @param string $plugin
147 148
 	 * @return bool
148 149
 	 */
149 150
 	public function hasDependency( $plugin )
@@ -305,7 +306,7 @@  discard block
 block discarded – undo
305 306
 
306 307
 	/**
307 308
 	 * @param string $error
308
-	 * @param bool $bool
309
+	 * @param boolean $isValid
309 310
 	 * @return bool
310 311
 	 */
311 312
 	protected function catchError( $plugin, $error, $isValid )
@@ -374,6 +375,7 @@  discard block
 block discarded – undo
374 375
 	}
375 376
 
376 377
 	/**
378
+	 * @param string $key
377 379
 	 * @return array|string
378 380
 	 */
379 381
 	protected function getPluginInformation( $plugin, $key = null )
@@ -404,6 +406,7 @@  discard block
 block discarded – undo
404 406
 	}
405 407
 
406 408
 	/**
409
+	 * @param string $key
407 410
 	 * @return array|string
408 411
 	 */
409 412
 	protected function getPluginRequirements( $plugin, $key = null )
Please login to merge, or discard this patch.
src/Notice.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,8 +61,6 @@  discard block
 block discarded – undo
61 61
 
62 62
 	/**
63 63
 	 * @param string $title
64
-	 * @param string $url
65
-	 * @param string $attributes
66 64
 	 * @return string
67 65
 	 */
68 66
 	public function button( $title, array $atts = [] )
@@ -79,7 +77,7 @@  discard block
 block discarded – undo
79 77
 	}
80 78
 
81 79
 	/**
82
-	 * @return void
80
+	 * @return string
83 81
 	 */
84 82
 	public function generate( array $notice, $unset = true )
85 83
 	{
Please login to merge, or discard this patch.