Passed
Push — master ( 510e0e...2d2242 )
by Paul
02:20
created
src/MetaBox.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@  discard block
 block discarded – undo
42 42
 	}
43 43
 
44 44
 	/**
45
+	 * @param boolean $bool
45 46
 	 * @return bool
46 47
 	 */
47 48
 	public function isVisible( $bool, array $metabox )
@@ -167,7 +168,7 @@  discard block
 block discarded – undo
167 168
 	}
168 169
 
169 170
 	/**
170
-	 * @param mixed $condition
171
+	 * @param mixed $conditions
171 172
 	 * @return array
172 173
 	 */
173 174
 	protected function normalizeCondition( $conditions )
Please login to merge, or discard this patch.
src/PostType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
 
171 171
 	/**
172 172
 	 * @param int $postId
173
-	 * @return string
173
+	 * @return integer
174 174
 	 */
175 175
 	protected function getColumnMedia( $postId )
176 176
 	{
Please login to merge, or discard this patch.
src/Settings.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,6 @@
 block discarded – undo
72 72
 	}
73 73
 
74 74
 	/**
75
-	 * @param string $id
76 75
 	 * @return string
77 76
 	 */
78 77
 	public function filterInstruction( $instruction, $fieldId, $metaboxId )
Please login to merge, or discard this patch.
src/Taxonomy.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,6 @@
 block discarded – undo
107 107
 	}
108 108
 
109 109
 	/**
110
-	 * @param mixed $condition
111 110
 	 * @return array
112 111
 	 */
113 112
 	protected function normalizeLabels( $labels, array $args )
Please login to merge, or discard this patch.