@@ -42,6 +42,7 @@ discard block |
||
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 |
||
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 ) |
@@ -170,7 +170,7 @@ |
||
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 | { |
@@ -72,7 +72,6 @@ |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * @param string $id |
|
76 | 75 | * @return string |
77 | 76 | */ |
78 | 77 | public function filterInstruction( $instruction, $fieldId, $metaboxId ) |
@@ -107,7 +107,6 @@ |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @param mixed $condition |
|
111 | 110 | * @return array |
112 | 111 | */ |
113 | 112 | protected function normalizeLabels( $labels, array $args ) |