Passed
Push — develop ( 775faa...ae8f25 )
by Paul
03:03
created
src/MetaBox/MetaBox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 
63 63
 	/**
64 64
 	 * @param string $key
65
-	 * @param mixed $fallback
65
+	 * @param string $fallback
66 66
 	 * @param string $group
67 67
 	 * @return string|array
68 68
 	 */
Please login to merge, or discard this patch.
src/PostType/Archive.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -154,6 +154,7 @@
 block discarded – undo
154 154
 	}
155 155
 
156 156
 	/**
157
+	 * @param integer $imageId
157 158
 	 * @return void
158 159
 	 * @callback add_meta_box
159 160
 	 */
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.
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.