Test Failed
Push — develop ( 3e3cf0...6ef91c )
by Paul
03:33
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/GateKeeper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -124,6 +124,7 @@  discard block
 block discarded – undo
124 124
 	}
125 125
 
126 126
 	/**
127
+	 * @param string $plugin
127 128
 	 * @return bool
128 129
 	 */
129 130
 	public function hasDependency( $plugin )
@@ -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 )
@@ -423,6 +425,7 @@  discard block
 block discarded – undo
423 425
 	}
424 426
 
425 427
 	/**
428
+	 * @param string $message
426 429
 	 * @return void
427 430
 	 */
428 431
 	protected function printDeactivationNotice( $message )
Please login to merge, or discard this patch.