Commit d89f849
committed
fix(EnvironmentLoader): remove invalid @var PHPDoc on constructor property
- Deleted @var tag placed above the __construct() method, which triggered PHPStan warnings:
“PHPDoc tag @var above a method has no effect” and “@var does not specify variable name”.
- Constructor property promotion already provides the correct type (`string $basePath`), so the
redundant and incorrect PHPDoc was removed.
No runtime changes; static-analysis cleanup only.1 parent 884fb81 commit d89f849
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
0 commit comments