Skip to content

Commit

Permalink
PHPStan エラーを phpstan.neon.dist の ignoreErrors に追加
Browse files Browse the repository at this point in the history
- EC-CUBE#816 で revert を想定している。
  • Loading branch information
seasoftjapan committed Feb 5, 2024
1 parent 1a378bf commit e90cdb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ parameters:
-
message: "#^Variable \\$SJIS_widths might not be defined\\.$#"
path: data/class/helper/SC_Helper_FPDI.php
-
message: "#^Inner named functions are not supported by PHPStan\\.#"
path: data/class/SC_Initial.php

0 comments on commit e90cdb1

Please sign in to comment.