Skip to content

Commit

Permalink
Improve facade annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Sep 8, 2019
1 parent 80ba41d commit 868f2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Facades/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @codeCoverageIgnore
* @see \WPEmergeTheme\Theme\Theme
*
* @method static \WPEmergeTheme\Theme\Theme make()
* @method static \WPEmerge\Application\Application getApplication()
* @method static boolean isBootstrapped()
* @method static void bootstrap( array $config = [] )
* @method static void partial( string $partial, string $child = '', array $context = [] )
Expand Down
1 change: 0 additions & 1 deletion src/Theme/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace WPEmergeTheme\Theme;

use WPEmerge;
use WPEmerge\Application\Application;
use WPEmerge\Exceptions\ConfigurationException;
use WPEmergeTheme\Assets\AssetsServiceProvider;
Expand Down

0 comments on commit 868f2d0

Please sign in to comment.