Skip to content

Merge pull request #79 from Rudeisnice/win-fix #45

Merge pull request #79 from Rudeisnice/win-fix

Merge pull request #79 from Rudeisnice/win-fix #45

Triggered via push April 27, 2024 21:47
Status Failure
Total duration 41s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Commands/BuildCommand.php#L54
Call to an undefined static method Native\Electron\Facades\Updater::builderOptions().
phpstan: src/Commands/BuildCommand.php#L56
Call to an undefined static method Native\Electron\Facades\Updater::environmentVariables().
phpstan: src/Commands/DevelopCommand.php#L26
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/PublishCommand.php#L54
Call to an undefined static method Native\Electron\Facades\Updater::builderOptions().
phpstan: src/Commands/PublishCommand.php#L56
Call to an undefined static method Native\Electron\Facades\Updater::environmentVariables().
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/Updater/S3Provider.php#L7
Non-abstract class Native\Electron\Updater\S3Provider contains abstract method builderOptions() from interface Native\Electron\Updater\Contracts\Updater.
phpstan: src/Updater/S3Provider.php#L7
Non-abstract class Native\Electron\Updater\S3Provider contains abstract method environmentVariables() from interface Native\Electron\Updater\Contracts\Updater.