Skip to content

Commit

Permalink
phpstan修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Dec 19, 2024
1 parent f3b65d1 commit 47551fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ parameters:
message: "#^Call to an undefined static method PEAR\\:\\:raiseError\\(\\)\\.$#"
paths:
- data/module/HTTP/Request.php
- data/module/Net/SMTP.php
- data/module/Calendar/Calendar.php
- data/module/Calendar/Decorator.php
- data/module/Calendar/Factory.php
-
message: "#^Call to an undefined method Net_Socket\\:\\:raiseError\\(\\)\\.$#"
path: data/module/Net/Socket.php
-
message: "#^Call to static method factory\\(\\) on an unknown class Auth_SASL\\.$#"
path: data/module/Net/SMTP.php
-
message: "#^Call to static method dayOfWeek\\(\\) on an unknown class Date_Calc\\.#"
path: data/module/Calendar/Util/Textual.php
Expand All @@ -38,9 +34,6 @@ parameters:
-
message: "#^Variable \\$SJIS_widths might not be defined\\.$#"
path: data/class/helper/SC_Helper_FPDI.php
-
message: '#^Path in include_once\(\) "Auth/SASL.php" is not a file or it does not exist.#'
path: data/module/Net/SMTP.php
-
message: '#^Path in require_once\(\) ".*\.php" is not a file or it does not exist\.$#'
paths:
Expand Down

0 comments on commit 47551fa

Please sign in to comment.