Merge pull request #89 from meliani/meliani-fix-laravel11-update #42
Annotations
10 errors and 1 warning
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.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|