@@ -30,6 +30,7 @@ |
||
| 30 | 30 | * @since 0.2.3 |
| 31 | 31 | * |
| 32 | 32 | * @param string $handle Handle of the dependency to enqueue. |
| 33 | + * @return void |
|
| 33 | 34 | */ |
| 34 | 35 | public function maybe_enqueue( $handle ); |
| 35 | 36 | } |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * DependencyManager Class. |
|
| 4 | - * |
|
| 5 | - * @package BrightNucleus\Dependency |
|
| 6 | - * @author Alain Schlesser <[email protected]> |
|
| 7 | - * @license GPL-2.0+ |
|
| 8 | - * @link http://www.brightnucleus.com/ |
|
| 9 | - * @copyright 2015 Alain Schlesser, Bright NucleusInterface |
|
| 10 | - */ |
|
| 3 | + * DependencyManager Class. |
|
| 4 | + * |
|
| 5 | + * @package BrightNucleus\Dependency |
|
| 6 | + * @author Alain Schlesser <[email protected]> |
|
| 7 | + * @license GPL-2.0+ |
|
| 8 | + * @link http://www.brightnucleus.com/ |
|
| 9 | + * @copyright 2015 Alain Schlesser, Bright NucleusInterface |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | namespace BrightNucleus\Dependency; |
| 13 | 13 | |