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

phpstan.neon 226 B

3年前
12345
  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#'
  5. checkMissingIterableValueType: false