@@ -22,7 +22,6 @@ |
||
| 22 | 22 | /** |
| 23 | 23 | * @param string|null $key |
| 24 | 24 | * @param mixed $fallback |
| 25 | - * @param string $type |
|
| 26 | 25 | * @return mixed |
| 27 | 26 | */ |
| 28 | 27 | public function get( $key = '', $fallback = null, $group = '' ) |
@@ -84,6 +84,7 @@ |
||
| 84 | 84 | abstract public function filter(); |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | + * @param boolean $bool |
|
| 87 | 88 | * @return bool |
| 88 | 89 | * @filter rwmb_show |
| 89 | 90 | */ |
@@ -13,6 +13,10 @@ |
||
| 13 | 13 | protected $pollux_hook; |
| 14 | 14 | protected $pollux_id; |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param string $id |
|
| 18 | + * @param string $hook |
|
| 19 | + */ |
|
| 16 | 20 | public function __construct( $metabox, $id = null, $hook = null ) |
| 17 | 21 | { |
| 18 | 22 | parent::__construct( $metabox ); |