Skip to content

Commit 8f27f45

Browse files
committed
Merge branch 'cleanup'
2 parents ab289d3 + ea18b1a commit 8f27f45

34 files changed

+1475
-1044
lines changed

bin/sli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ $loader = require $_composer_autoload_path
1919
$loader->addPsr4('Salient\\Sli\\', dirname(__DIR__) . '/src/Sli/');
2020

2121
(new CliApplication())
22-
->resumeCache()
23-
->logOutput()
2422
->command(['generate', 'builder'], GenerateBuilder::class)
2523
->command(['generate', 'facade'], GenerateFacade::class)
2624
->command(['generate', 'tests'], GenerateTests::class)
@@ -34,4 +32,6 @@ $loader->addPsr4('Salient\\Sli\\', dirname(__DIR__) . '/src/Sli/');
3432
->command(['http', 'put'], SendHttpRequest::class)
3533
->command(['http', 'delete'], SendHttpRequest::class)
3634
->command(['http', 'patch'], SendHttpRequest::class)
35+
->resumeCache()
36+
->logOutput()
3737
->runAndExit();

phpstan-baseline-7.4.neon

Lines changed: 8 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)