Commit Graph

204 Commits

Author SHA1 Message Date
13c3a0d4c9 cs-fix 2022-12-17 18:31:35 +01:00
6ad33915f4 Re-enable taint tests 2022-12-17 18:24:29 +01:00
26f93c9381 Re-enable taint tests 2022-12-17 18:24:19 +01:00
9a3a92e859 Update 2022-12-17 18:22:55 +01:00
ce95312a5d Merge remote-tracking branch 'origin/5.x' into 4.x 2022-12-17 18:20:24 +01:00
Farhad Safarov
e58db2b253
Psalm 5 (#293) 2022-12-17 20:19:16 +03:00
545ef865a9 Cleanup 2022-12-15 16:57:52 +01:00
96987686d7 Bring back correct taint 2022-12-12 14:30:20 +01:00
b05f08d652 cs-fix 2022-12-12 14:27:48 +01:00
7a1c3fd3ff Psalm v5 support 2022-12-12 14:26:59 +01:00
Farhad Safarov
63df87cda4 add headerbag get stub 2022-12-12 07:16:00 +03:00
Farhad Safarov
36bd453ec2 Update composer.json 2022-12-12 06:51:56 +03:00
Farhad Safarov
16398e69d2 psalm 5.1 2022-12-12 06:43:40 +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
Daler
4733a8e83d
[doc] Update README.md (#273)
For the first run seems to be need generate configuration file.
2022-08-17 19:13:17 +03:00
fluffycondor
85b4f17a80
[http foundation] mark bag's getters as mutation free (#268) 2022-07-17 17:00:06 +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
David de Boer
c10e7795f4
Add new container reference (#262) 2022-06-14 14:07:03 +03:00
Vincent Langlet
3633991d00
Fix compatibility with Sf6.1 (#263) 2022-06-14 13:35:54 +03:00
Oleg Zhulnev
2691d270ac
Do not distribute specific CI workflows, tests and analyzer configs (#259) 2022-06-06 15:18:54 +03:00
Oleg Zhulnev
fc9e68fded
[http foundation] Improve statusTexts variable type in the Response stub (#258) 2022-06-05 11:08:58 +03:00
David de Boer
fa5fe8b129
Support TestContainer directly (#255) 2022-05-28 14:00:27 +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
Wouter de Jong
44f9a695cd
[Twig taint analysis] Support AbstractController::render() and Symfony+custom twig extensions (#245)
* Allow analysing twig templates with custom extensions

* Add support for AbstractController::render() and ::renderView()
2022-02-09 10:50:14 +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
Vadym Bondarenko
de541fdc03
Resolve repository from entity attributes (#241)
* support entity attribute for resolving repository

* add doctrine annotation dependency for fix error on doctrine/orm 2.10+

* fix error with non instaled doctrine annotations
2022-01-24 08:35:04 +03:00
asrar
b10761e801
[tainting] catch template unresolved exception (#238) 2022-01-12 15:16:45 +03:00
Vincent Langlet
cd25832215
Fix Request stubs (#235) 2022-01-02 23:22:02 +03:00
Vincent Langlet
483391ff82
Add stub for symfony 6 (#234) 2022-01-02 21:24:03 +03:00
Robin Chalas
d6be2fbfa3
Support Symfony 6 (#227)
Co-authored-by: Farhad Safarov <farhad.safarov@gmail.com>
2021-12-02 10:14:19 +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
Farhad Safarov
ecbfc60a7c
Drop support for Symfony3 (#216) 2021-09-01 14:08:22 +03:00
Edward Hartwell Goose
848d58f398
Fix the case where the stubs path dir does not exist (#215) 2021-09-01 14:05:24 +03:00
Valentin Udaltsov
976b10f348
[finder] Use Symfony SplFileInfo in Finder (#212) 2021-08-30 12:23:11 +03:00