Skip to content

Commit

Permalink
chore: Remove unneeded phpstan error silencing
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Jan 24, 2025
1 parent e60762c commit 291c153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Overrides/Cache/SproutCacheDriverCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class SproutCacheDriverCreator
/**
* @var \Illuminate\Contracts\Foundation\Application
*/
private Application $app; // @phpstan-ignore-line
private Application $app;

/**
* @var \Illuminate\Cache\CacheManager
Expand Down
2 changes: 1 addition & 1 deletion src/Overrides/Filesystem/SproutFilesystemDriverCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* @var \Illuminate\Contracts\Foundation\Application
*/
private Application $app; // @phpstan-ignore-line
private Application $app;

/**
* @var \Illuminate\Filesystem\FilesystemManager
Expand Down

0 comments on commit 291c153

Please sign in to comment.