
Security News
pnpm 11.10 Hardens Registry Authentication to Block Token Redirection
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.
@yaegassy/coc-phpstan
Advanced tools
PHPStan (PHP Static Analysis tool) extension for coc.nvim.
CocInstall:
:CocInstall @yaegassy/coc-phpstan
scoped package
vim-plug:
Plug 'yaegassy/coc-phpstan', {'do': 'yarn install --frozen-lockfile'}
phpstan.toolPath settingvendor/bin/phpstan (project)phpstan retrieved by the download feature (:CocCommand phpstan.download)
~/.config/coc/extensions/@yaegassy/coc-phpstan-data/phpstan~/AppData/Local/coc/extensions/@yaegassy/coc-phpstan-data/phpstanIf you wish to use a configuration file you should place the phpstan.neon, phpstan.neon.dist or phpstan.dist.neon file in the root of your project folder
To run this linting feature, the filetype must be neon.
Install "neon" related plugin (e.g. yaegassy/nette-neon.vim).
phpstan.enable: Enable coc-phpstan extension, default: truephpstan.toolPath: The path to the phpstan (Absolute path), default: ""phpstan.level: Specifies the rule level (0 - 9 and max) to run, If you apply this setting, the level setting in the phpstan.neon file will be ignored, e.g. valid option "9", "max", default: nullphpstan.configuration: Specifies the path to a configuration file, default: nullphpstan.memoryLimit: Specifies the memory limit in the same format php.ini accepts, Example: -1, 1024M, 2G, default: "-1"phpstan.download.checkOnStartup: Perform built-in download if phpstan is not present at startup, default: truephpstan.neonLint.enable: Enable neon-js lint (diagnostics). It will only work if the file name is phpstan.neon, phpstan.neon.dist or phpstan.dist.neon, default: truephpstan.download: Download PHPStanphpstan.showOutput: Show phpstan output channelExample key mapping (Code Action related):
nmap <silent> ga <Plug>(coc-codeaction-line)
Usage:
In the line with diagnostic message, enter the mapped key (e.g. ga) and you will see a list of code actions that can be performed.
Actions:
Add @phpstan-ignore-next-lineAdd @phpstan-ignore-lineMIT
This extension is built with create-coc-extension
FAQs
PHPStan (PHP Static Analysis tool) extension for coc.nvim
We found that @yaegassy/coc-phpstan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.

Security News
/Research
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.