Passed
Push — master ( b63b0a...ae24be )
by Paul
02:19
created
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.
src/MetaBox.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@
 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 )
Please login to merge, or discard this patch.