refactor(command): installation structure directory #288
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static-analysis.yml
on: pull_request
static-analysis
30s
Annotations
8 errors
static-analysis:
src/Actions/Stub/ReplacePlaceholderAction.php#L54
Parameter $contents of method Illuminate\Filesystem\Filesystem::put() expects string, array<string>|string given.
|
static-analysis:
src/Commands/InstallCommand.php#L95
Parameter $contents of method Illuminate\Filesystem\Filesystem::put() expects string, array<string>|string given.
|
static-analysis:
src/Commands/InstallCommand.php#L104
Parameter $contents of method Illuminate\Filesystem\Filesystem::put() expects string, array<string>|string given.
|
static-analysis:
src/Support/Source.php#L44
Method KoalaFacade\DiamondConsole\Support\Source::resolveNamespace() should return string but returns array<string>|string.
|
static-analysis:
src/Support/Source.php#L75
Method KoalaFacade\DiamondConsole\Support\Source::transformNamespaceToPath() should return string but returns array<string>|string.
|
static-analysis:
src/Support/Source.php#L89
Method KoalaFacade\DiamondConsole\Support\Source::resolveNameFromFile() should return string but returns array<string>|string.
|
static-analysis:
src/Support/Source.php#L94
Method KoalaFacade\DiamondConsole\Support\Source::resolveStubForPath() should return string but returns array<string>|string.
|
static-analysis
Process completed with exit code 1.
|