Skip to content

Commit d72e36a

Browse files
committed
fix: ignore the return type error of config function
1 parent 605049f commit d72e36a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan-baseline.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ parameters:
1414

1515
- message: '#Part \$routePrefix \(mixed\) of encapsed string cannot be cast to string\.#'
1616
path: routes/bot.php
17+
18+
- message: '#Property .+ does not accept mixed#'
19+
path: %currentWorkingDirectory%/src/Services/*.php

0 commit comments

Comments
 (0)