Commit Graph

114 Commits

Author SHA1 Message Date
545ef865a9 Cleanup 2022-12-15 16:57:52 +01:00
Farhad Safarov
63df87cda4 add headerbag get stub 2022-12-12 07:16:00 +03:00
Farhad Safarov
44f61e2016 Update TwigUtilsTest.php 2022-12-12 06:12:01 +03:00
Farhad Safarov
5ee417196f Update TwigUtilsTest.php 2022-12-12 06:04:17 +03:00
Farhad Safarov
7a829920d0 drop Symfony 4 2022-12-12 05:53:31 +03:00
Farhad Safarov
fa3a8a1460 Psalm 5 2022-12-12 05:41:16 +03:00
Zeljko Mitic
7cbbf62ad9
Fixed tests to work with psalm5 (#289) 2022-12-09 08:54:05 +03:00
Farhad Safarov
40589bcc36
[doctrine] fix repository crash when variable classname is used (#280) (#283) 2022-10-29 18:24:33 +03:00
Farhad Safarov
07b9e39357
[serializer] fix serializer for Symfony 6 (#282) 2022-10-29 18:13:25 +03:00
Farhad Safarov
b7f11029e2
Support PHP 8.1 & drop PHP 7.3 (#279) 2022-10-21 01:23:13 +03:00
Farhad Safarov
b9511a3c4d
[container] support custom service id on service subscriber (#276) 2022-09-12 16:01:42 +03:00
Farhad Safarov
0c56084580
[test] fix failing test cases (#275) 2022-09-11 13:12:20 +03:00
Farhad Safarov
28983ded3b
[console] fix false positive - console argument value when using ternary (#267) 2022-06-18 12:33:44 +03:00
Farhad Safarov
0a7b057df1
[DI] skip checking naming convention for env var parameters (#265) 2022-06-16 09:08:57 +03:00
Oleg Zhulnev
fc9e68fded
[http foundation] Improve statusTexts variable type in the Response stub (#258) 2022-06-05 11:08:58 +03:00
Vincent Langlet
62b37be93d
Add generic for event dispatcher dispatch method (#254) 2022-05-14 14:21:10 +03:00
Farhad Safarov
f11c57890d
add UnitEnum stub (PHP 8.1) (#249) 2022-04-10 23:35:50 +03:00
Vincent Langlet
f5348e9a7c
Form get errors (#243)
* FormGetErrors provider

* Wip

* Add stub

* Update stub
2022-02-08 10:02:16 +03:00
Vincent Langlet
83830775d5
Add getSession stub (#242)
* Add getSession stub

* Fix tests

* Run psalm on right php version

* Exclude build
2022-01-30 17:26:48 +03:00
Farhad Safarov
b1f0aac07a
fix tests for new psalm versions (#228) 2021-11-07 15:04:58 +03:00
Valentin Udaltsov
6558660423
[validator] add ConstraintViolationListInterface.stubphp (#222) 2021-10-14 07:48:39 +03:00
Valentin Udaltsov
0831a0160c
Fixed Finder key and value (#221) 2021-10-14 07:46:04 +03:00
Jáchym Toušek
de574cc9f2
Add Kernel.stubphp (#220) 2021-10-08 10:19:03 +03:00
rgrassian
7b19393d11
[request] fix request and inputbag stub (#218)
* add phpstan stub compatibility

* cs fix

Co-authored-by: Farhad Safarov <farhad.safarov@gmail.com>
2021-09-06 18:39:00 +03:00
Valentin Udaltsov
976b10f348
[finder] Use Symfony SplFileInfo in Finder (#212) 2021-08-30 12:23:11 +03:00
Vincent Langlet
ae4262b7fa
[finder] Add stub for Finder (#211) 2021-08-30 07:49:33 +03:00
Farhad Safarov
4c48973b4c
[container] get service by name with PHP const (#204) 2021-08-22 15:02:50 +03:00
Farhad Safarov
20604f13e7
v3.0 - improve container handler & refactor (#202) 2021-08-22 08:27:44 +03:00
Vincent Langlet
8a7744a540
Fix InputBag::get (#200) 2021-08-17 09:32:09 +03:00
Zeljko Mitic
3b455dd263
FormConfigBuilderInterface stub update #197 2021-08-12 16:01:03 +03:00
Farhad Safarov
d79efd38b6
Support psalm 4.9 (#198) 2021-08-12 15:59:45 +03:00
Vincent Langlet
7578578e30
[console] option are always nullable when value is optional (#196) 2021-08-02 08:04:27 +03:00
Ben Davies
7d7a06209c
prevent service subscribers overwriting already known service definitions (#194)
fixes #193
2021-07-22 08:03:06 +03:00
andyexeter
d545c4d671 Add FileLocator::locate stub and test 2021-07-21 13:09:08 +01:00
Bruce Weirdan
2992656853
Upgrade Psalm interfaces (#186) 2021-07-04 20:21:01 +03:00
Farhad Safarov
4fd391d445
container parameter types (#184)
fixes https://github.com/psalm/psalm-plugin-symfony/issues/177
2021-06-18 10:59:41 +03:00
Farhad Safarov
ce6bb2995b
[console] params analyze considering PHP8 named arguments (#183) 2021-06-04 12:00:11 +03:00
Farhad Safarov
f2a2aee2c8
fix tests - suppress new sf deprecated classes (#182) 2021-06-03 14:52:59 +03:00
Philip Weinke
c12c63cc44
Allow covariants of object for message of Envelope (#154) (#181) 2021-05-31 07:19:12 +03:00
Farhad Safarov
a9af8a6f0e
update to fix tests (#180) 2021-05-26 01:38:54 +03:00
Vincent Langlet
0bd4de0cd1
Fix PropertyAccessorInterface stub (#176) 2021-05-10 09:35:42 +03:00
Gabriel Ostrolucký
b1e6ad594c
Get rid of boilerplate psalm config in tests (#170) 2021-04-12 10:28:24 +03:00
Gabriel Ostrolucký
8d22f2ea1b
Add symfony/config stubs (#168) 2021-04-05 09:20:42 +03:00
Jáchym Toušek
4fceec03d8
Add Constraint stub (#167) 2021-04-01 17:15:51 +03:00
Vincent Langlet
9138d0bc80
Add template for getRuntime method (#164) 2021-03-29 17:24:13 +03:00
Vincent Langlet
e363384dfa
Fix tests and a var annotation (#166)
* Add tests and fix var

* Run form tests on ci

* Ignore unused errors

* Fix
2021-03-29 14:36:50 +03:00
Zeljko Mitic
a56f44a3f4
Forms stubs (#138) 2021-03-01 09:17:04 +03:00
Michael Telgmann
2d164b8fda
Fix ParameterBag stub for Symfony 4 (#150)
fixes #147
2021-02-24 20:39:20 +03:00
Farhad Safarov
9b2ea6a79c
[psalm] adopt new version (#149) 2021-02-21 14:29:54 +03:00
Farhad Safarov
cc89974d16
[doctrine] query builder explicit parameter type for performance (#144) 2021-02-14 12:09:40 +03:00