Skip to content

Alt implementation

Alt implementation #70

Triggered via push August 30, 2024 11:38
Status Failure
Total duration 47s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Commands/BuildCommand.php#L84
Call to an undefined static method Native\Electron\Facades\Updater::builderOptions().
phpstan: src/Commands/BuildCommand.php#L86
Call to an undefined static method Native\Electron\Facades\Updater::environmentVariables().
phpstan: src/Commands/DevelopCommand.php#L27
Negated boolean expression is always true.
phpstan: src/Commands/InstallCommand.php#L29
Method Native\Electron\Commands\InstallCommand::getInstaller() invoked with 2 parameters, 1 required.
phpstan: src/Commands/QueueWorkerCommand.php#L27
Variable $basePath might not be defined.
phpstan: src/ElectronServiceProvider.php#L33
Consider using bind method instead or pass a closure.
phpstan: src/Traits/OsAndArch.php (in context of class Native/Electron/Commands/BuildCommand)#L46
Match expression does not handle remaining value: string
phpstan: src/Traits/OsAndArch.php (in context of class Native/Electron/Commands/PublishCommand)#L46
Match expression does not handle remaining value: string
phpstan: src/Updater/UpdaterManager.php#L55
Call to an undefined method Native\Electron\Updater\UpdaterManager::store().
phpstan: src/Updater/UpdaterManager.php#L91
Call to function is_null() with string will always evaluate to false.