Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpstan 調整 #842

Merged
merged 1 commit into from
Feb 21, 2024
Merged

phpstan 調整 #842

merged 1 commit into from
Feb 21, 2024

Conversation

seasoftjapan
Copy link
Contributor

  • excludePaths の指定を (暗黙の analyseAndScan ではなく) analyse に限定する。
    • 若干メモリー消費が多くなると思われる。支障があれば、analyseAndScan で良いと思うが後項のような検出漏れを生じるかも。
    • 前項の変更に伴い新たに検出された、エラー Class SC_SiteView constructor invoked with 1 parameter, 0 required. を回避する。c893462a51a996a873a2f508766a3472271a1680 で削除されている引数が指定されていたもの。
    • 前項の変更に伴い新たに検出されなくなった、エラーを ignoreErrors から削除する。
  • excludePaths/analyseAndScan で、Smarty キャッシュは拡張子で指定する。インストラーのキャッシュも除外される。
  • 1973616 で追記した bootstrapFiles の定義が不要となった様子なので削除する。

- excludePaths の指定を (暗黙の analyseAndScan ではなく) analyse に限定する。
  - 若干メモリー消費が多くなると思われる。支障があれば、analyseAndScan で良いと思うが後項のような検出漏れを生じるかも。
  - 前項の変更に伴い新たに検出された、エラー `Class SC_SiteView constructor invoked with 1 parameter, 0 required.` を回避する。c893462a51a996a873a2f508766a3472271a1680 で削除されている引数が指定されていたもの。
  - 前項の変更に伴い新たに検出されなくなった、エラーを ignoreErrors から削除する。
- excludePaths/analyseAndScan で、Smarty キャッシュは拡張子で指定する。インストラーのキャッシュも除外される。
- 1973616 で追記した bootstrapFiles の定義が不要となった様子なので削除する。
Copy link
Contributor

@nanasess nanasess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dotani1111 dotani1111 merged commit cfc23e4 into master Feb 21, 2024
5 checks passed
@seasoftjapan seasoftjapan deleted the seasoft-phpstan-20240215 branch May 29, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants