Merge pull request #84 from LunashaGit/returnTypeMethods #44
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.
|