@@ -16,18 +16,18 @@ discard block |
||
| 16 | 16 | */ |
| 17 | 17 | protected static $instance; |
| 18 | 18 | |
| 19 | - /** |
|
| 20 | - * The container's bound services. |
|
| 21 | - * |
|
| 22 | - * @var array |
|
| 23 | - */ |
|
| 19 | + /** |
|
| 20 | + * The container's bound services. |
|
| 21 | + * |
|
| 22 | + * @var array |
|
| 23 | + */ |
|
| 24 | 24 | protected $services = []; |
| 25 | 25 | |
| 26 | - /** |
|
| 27 | - * The container's bucket items |
|
| 28 | - * |
|
| 29 | - * @var array |
|
| 30 | - */ |
|
| 26 | + /** |
|
| 27 | + * The container's bucket items |
|
| 28 | + * |
|
| 29 | + * @var array |
|
| 30 | + */ |
|
| 31 | 31 | protected $bucket = []; |
| 32 | 32 | |
| 33 | 33 | /** |
@@ -123,10 +123,10 @@ discard block |
||
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | - * Register a Provider. |
|
| 127 | - * |
|
| 128 | - * @return void |
|
| 129 | - */ |
|
| 126 | + * Register a Provider. |
|
| 127 | + * |
|
| 128 | + * @return void |
|
| 129 | + */ |
|
| 130 | 130 | public function register( $provider ) |
| 131 | 131 | { |
| 132 | 132 | $provider->register( $this ); |
@@ -86,6 +86,7 @@ |
||
| 86 | 86 | abstract public function filter( $name, ...$args ); |
| 87 | 87 | |
| 88 | 88 | /** |
| 89 | + * @param boolean $bool |
|
| 89 | 90 | * @return bool |
| 90 | 91 | * @filter rwmb_show |
| 91 | 92 | */ |
@@ -62,7 +62,7 @@ |
||
| 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 | */ |
@@ -154,6 +154,7 @@ |
||
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | /** |
| 157 | + * @param integer $imageId |
|
| 157 | 158 | * @return void |
| 158 | 159 | * @callback add_meta_box |
| 159 | 160 | */ |
@@ -124,6 +124,7 @@ discard block |
||
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | + * @param string $plugin |
|
| 127 | 128 | * @return bool |
| 128 | 129 | */ |
| 129 | 130 | public function hasDependency( $plugin ) |
@@ -403,6 +404,7 @@ discard block |
||
| 403 | 404 | } |
| 404 | 405 | |
| 405 | 406 | /** |
| 407 | + * @param string $key |
|
| 406 | 408 | * @return array|string |
| 407 | 409 | */ |
| 408 | 410 | protected function getPluginRequirements( $plugin, $key = null ) |
@@ -423,6 +425,7 @@ discard block |
||
| 423 | 425 | } |
| 424 | 426 | |
| 425 | 427 | /** |
| 428 | + * @param string $message |
|
| 426 | 429 | * @return void |
| 427 | 430 | */ |
| 428 | 431 | protected function printDeactivationNotice( $message ) |