Passed
Push — develop ( 33983c...cd4207 )
by Paul
03:13
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/Config/ConfigManager.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -141,6 +141,7 @@  discard block
 block discarded – undo
141 141
 	}
142 142
 
143 143
 	/**
144
+	 * @param integer $timestamp
144 145
 	 * @return array
145 146
 	 */
146 147
 	public function setTimestamp( array $config, $timestamp = null )
@@ -198,6 +199,7 @@  discard block
 block discarded – undo
198 199
 	}
199 200
 
200 201
 	/**
202
+	 * @param string $value
201 203
 	 * @return mixed
202 204
 	 */
203 205
 	protected function parseYaml( $value )
Please login to merge, or discard this patch.