Passed
Push — develop ( e7ec38...725177 )
by Paul
06:49
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   +2 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 )
@@ -384,6 +385,7 @@  discard block
 block discarded – undo
384 385
 	}
385 386
 
386 387
 	/**
388
+	 * @param string $key
387 389
 	 * @return array|string
388 390
 	 */
389 391
 	protected function getPluginRequirements( $plugin, $key = null )
Please login to merge, or discard this patch.