Skip to content

Commit

Permalink
Fix phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 17, 2024
1 parent 8c775ad commit ddc6c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Facades/Autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @see \Lunarstorm\LaravelDDD\Support\AutoloadManager
*
* @method static void boot()
* @method static void run()
* @method static array getAllLayerPaths()
* @method static array getCustomLayerPaths()
* @method static array getRegisteredCommands()
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/DDD.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @see \Lunarstorm\LaravelDDD\DomainManager
*
* @method static void filterAutoloadPathsUsing(callable $filter)
* @method static callable getAutoloadFilter()
* @method static ?callable getAutoloadFilter()
* @method static void resolveObjectSchemaUsing(callable $resolver)
* @method static string packagePath(string $path = '')
* @method static \Lunarstorm\LaravelDDD\Support\AutoloadManager autoloader()
Expand Down

0 comments on commit ddc6c98

Please sign in to comment.