Ondřej Mirtes
|
5bb30ca170
|
Update PHPStan (#11976)
* Update PHPStan
* Update inline ignores to `@phpstan-ignore` with error identifier
|
2024-05-22 09:09:04 +02:00 |
Jordi Boggiano
|
776ff2ea51
|
Merge branch '2.5'
|
2023-03-21 11:53:54 +01:00 |
Jordi Boggiano
|
8b0a185d5d
|
Fixed display of empty objects showing [] instead of {} in config command, fixes #11302
|
2023-03-21 11:17:55 +01:00 |
Jordi Boggiano
|
5c3d8f35db
|
Update deps, fix phpstan issues, update baseline (1711, 49)
|
2023-03-21 10:36:42 +01:00 |
Markus Staab
|
d8221bd443
|
PHPStan: Fixed handling of union types in ConfigReturnTypeExtension (#11312)
Co-authored-by: Markus Staab <m.staab@complex-it.de>
|
2023-02-10 14:00:33 +01:00 |
Jordi Boggiano
|
31f9cc3b49
|
Clean up unused types
|
2022-08-17 15:03:14 +02:00 |
Jordi Boggiano
|
d48acda485
|
Add RuleReasonDataReturnTypeExtension to resolve ReasonData types where possible in PHPStan
|
2022-08-17 14:59:24 +02:00 |
Jordi Boggiano
|
131da999ac
|
Fix CS (#11003)
|
2022-08-17 14:20:07 +02:00 |
Mathias Reker ⚡️
|
4131f7cf4c
|
Static lambda (#10854)
Lambdas not (indirect) referencing $this must be declared static.
|
2022-06-22 14:19:18 +02:00 |
Jordi Boggiano
|
b025971bb8
|
Add missing strict type decl, closes #10863
|
2022-06-22 08:17:18 +02:00 |
Martin Herndl
|
3b204cb6f2
|
Specify optional array keys in `ConfigReturnTypeExtension`
|
2022-06-02 21:38:39 +02:00 |
Jordi Boggiano
|
bd6403a6be
|
Fix newly surfaced errors
|
2022-04-28 21:20:40 +02:00 |
Jordi Boggiano
|
6fdd9494ef
|
Implement config type parsing
|
2022-04-28 15:13:08 +02:00 |
Markus Staab
|
0cd02f6257
|
added phpstan ConfigReturnTypeExtension
|
2022-04-28 13:22:56 +02:00 |