Skip to content

Commit

Permalink
php stan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Mar 8, 2023
1 parent 04c1299 commit a615dd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpstan/phpstan-1.7.2.5.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ parameters:
- '#Access to an undefined property Cookie\:\:\$contactFormTokenTTL.#'
- '#Call to method assign\(\) on an unknown class Smarty_Data.#'
- '#Parameter \#4 \$templateVars of static method MailCore\:\:Send\(\) expects string, array<string, mixed> given.#'
- '#Parameter \#1 \$hook_name of method ModuleCore\:\:registerHook\(\) expects string, array<int, string> given.#'
1 change: 1 addition & 0 deletions tests/phpstan/phpstan-1.7.3.4.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ parameters:
- '#Access to an undefined property Cookie\:\:\$contactFormTokenTTL.#'
- '#Call to method assign\(\) on an unknown class Smarty_Data.#'
- '#Parameter \#4 \$templateVars of static method MailCore\:\:send\(\) expects string, array<string, mixed> given.#'
- '#Parameter \#1 \$hook_name of method ModuleCore\:\:registerHook\(\) expects string, array<int, string> given.#'
1 change: 1 addition & 0 deletions tests/phpstan/phpstan-1.7.4.4.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ parameters:
- '#Access to an undefined property Cookie\:\:\$contactFormToken.#'
- '#Access to an undefined property Cookie\:\:\$contactFormTokenTTL.#'
- '#Parameter \#4 \$templateVars of static method MailCore\:\:send\(\) expects string, array<string, mixed> given.#'
- '#Parameter \#1 \$hook_name of method ModuleCore\:\:registerHook\(\) expects string, array<int, string> given.#'
1 change: 1 addition & 0 deletions tests/phpstan/phpstan-1.7.5.1.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ parameters:
- '#Access to an undefined property Cookie\:\:\$contactFormToken.#'
- '#Access to an undefined property Cookie\:\:\$contactFormTokenTTL.#'
- '#Parameter \#4 \$templateVars of static method MailCore\:\:send\(\) expects string, array<string, mixed> given.#'
- '#Parameter \#1 \$hook_name of method ModuleCore\:\:registerHook\(\) expects string, array<int, string> given.#'
1 change: 1 addition & 0 deletions tests/phpstan/phpstan-1.7.6.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ parameters:
- '#Access to an undefined property Cookie\:\:\$contactFormToken.#'
- '#Access to an undefined property Cookie\:\:\$contactFormTokenTTL.#'
- '#Parameter \#4 \$templateVars of static method MailCore\:\:send\(\) expects string, array<string, mixed> given.#'
- '#Parameter \#1 \$hook_name of method ModuleCore\:\:registerHook\(\) expects string, array<int, string> given.#'

0 comments on commit a615dd6

Please sign in to comment.