Commit 4e0dc02
committed
fix: remove redundant string cast on getHeaderLine return value
getHeaderLine() already returns string per PSR-7; Psalm flags the
(string) cast as RedundantCast.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent b7f0f07 commit 4e0dc02
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments