Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fea867b

Browse files
committedMar 5, 2025··
chore: remove unused PHPStan baseline entries and redundant code
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
1 parent e45e517 commit fea867b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎phpstan-baseline.neon

-10
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ parameters:
3030
count: 1
3131
path: src/AutomationRules/Actions/SendMailTemplate.php
3232

33-
-
34-
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$users\\.$#"
35-
count: 1
36-
path: src/AutomationRules/Actions/SendMailTemplate.php
37-
38-
-
39-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:customers\\(\\)\\.$#"
40-
count: 1
41-
path: src/AutomationRules/Actions/SendMailTemplate.php
42-
4333
-
4434
message: "#^PHPDoc tag @param has invalid value \\(mixed Class name or object\\)\\: Unexpected token \"Class\", expected variable at offset 108$#"
4535
count: 1

0 commit comments

Comments
 (0)
Please sign in to comment.