We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8205d commit 9c9db86Copy full SHA for 9c9db86
src/Commands/StaticBuildCommand.php
@@ -21,7 +21,7 @@ class StaticBuildCommand extends Command
21
22
protected Repository $config;
23
24
- protected Static $static;
+ protected StaticCache $static;
25
26
public function __construct(Repository $config, StaticCache $static)
27
{
0 commit comments