Add initial support for Livewire integration #8
Annotations
10 errors
|
phpstan:
src/Exportable.php#L63
Unsafe usage of new static().
|
|
phpstan:
src/Exceptions/ExportifyException.php#L14
Unsafe usage of new static().
|
|
phpstan:
src/Concerns/WithExportify.php#L16
Trait BinaryCats\Exportify\Concerns\WithExportify is used zero times and is not analysed.
|
|
phpstan:
src/Concerns/InteractsWithArguments.php#L7
Trait BinaryCats\Exportify\Concerns\InteractsWithArguments is used zero times and is not analysed.
|
|
phpstan:
src/Components/ListExportables.php#L24
Parameter #1 $view of function view expects view-string|null, string given.
|
|
phpstan:
src/Components/Exportable.php#L21
Parameter #1 $view of function view expects view-string|null, string given.
|
|
phpstan:
src/Commands/MakeExportCommand.php#L37
Return type (int) of method BinaryCats\Exportify\Commands\MakeExportCommand::handle() should be compatible with return type (bool|null) of method Illuminate\Console\GeneratorCommand::handle()
|
|
phpstan:
config/exportify.php#L51
Called 'env' outside of the config directory which returns null when the config is cached, use 'config'.
|
|
phpstan:
config/exportify.php#L48
Called 'env' outside of the config directory which returns null when the config is cached, use 'config'.
|
|
phpstan:
config/exportify.php#L32
Called 'env' outside of the config directory which returns null when the config is cached, use 'config'.
|