I'm going to try to reboot the working group for @phpfig's psr-5. Goal is to write down the standards we are already using in @phpstan @phpdoc @phpstorm, @psalm and many others.
I'm looking for people that will help me once in a while to check if I do not write down things that will break these amazing tools.

My goal of #psr5 is to provide a definition of a docblock in a way people can write their own parser. We do keep the standard as open as possible.

> 「PSR-5全然実装されてない
> しだめだろ」みたいな論調で
> 書こうと思ってたのですが、
> 調べてみたらPhpStorm以外で
> は結構実装されちゃってる感
> じでした

​『2018年のPHPDoc事情とPSR-5』by @tadsan https://qiita.com/tadsan/items/72b02339d12120ca37d7

#PSR5 #PHPDoc #PHPGuru #PHP

2018年のPHPDoc事情とPSR-5 - Qiita

PHPDocとは、クラスや関数などのブロックに記述できるDocComment内に記述する書式の通称です。この書式の情報源として時折PSR-5が参照されることがあるので簡単に状況をまとめます。 ## TL;DR * PSR-5の標準...