選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

phpstan.neon 185 B

4年前
1234
  1. parameters:
  2. ignoreErrors:
  3. - '#Property [A-Za-z\\]+::\$[A-Za-z]+ has no typehint specified#'
  4. - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has no return typehint specified#'