Ruud Kamphuis
|
09a43a9f6f
|
Replace return; yield with yield from []
This has the same effect, but looks less hacky and makes PHPStan happy.
https://phpstan.org/r/df7fcc88-1df8-428e-b675-5dc6965c34d6
Previously this was needed to work properly with output capturing.
|
2024-09-03 09:55:58 +02:00 |
|
Ruud Kamphuis
|
7e52a68097
|
Add more types to Template class and compiled templates
|
2024-08-30 16:17:55 +02:00 |
|
Ruud Kamphuis
|
bb8b9c197c
|
Add return type isTraitable
|
2024-08-29 10:29:47 +02:00 |
|
Fabien Potencier
|
51e93aa130
|
Deprecate not passing a BodyNode instance as the body of a ModuleNode constructor
|
2024-08-24 10:49:53 +02:00 |
|
Fabien Potencier
|
f5e10e10f1
|
Fix CS
|
2024-08-07 19:34:09 +02:00 |
|
Fabien Potencier
|
e4e95f5b86
|
Replace template loader mocks by ArrayLoader
|
2024-07-24 08:27:23 +02:00 |
|
Nicolas Grekas
|
e70777405d
|
Add #[YieldReady] to allow extensions to tell when they're ready for yielding
|
2024-02-15 10:27:26 +01:00 |
|
Fabien Potencier
|
15879406c8
|
Remove the new yield nodes
|
2024-01-25 13:09:58 +01:00 |
|
Fabien Potencier
|
3b6cbf98d8
|
Remove usage of ob_* functions in favor of yielding
|
2024-01-25 13:09:52 +01:00 |
|
Fabien Potencier
|
54d34b969b
|
Move functions for CoreExtension
|
2023-12-10 20:13:10 +01:00 |
|
Fabien Potencier
|
4be326aeeb
|
Fix tests and CS
|
2023-11-21 14:57:52 +01:00 |
|
Fabien Potencier
|
5193653ecb
|
Fix CS
|
2023-10-08 09:05:22 +02:00 |
|
Fabien Potencier
|
879fb0adcc
|
Merge branch '2.x' into 3.x
* 2.x:
removed usage of getmockBuilder() when not needed
removed usage of getmockBuilder() when not needed
|
2019-08-08 13:35:34 +02:00 |
|
Fabien Potencier
|
656c295ed9
|
Merge branch '1.x' into 2.x
* 1.x:
removed usage of getmockBuilder() when not needed
|
2019-08-08 13:33:07 +02:00 |
|
Fabien Potencier
|
5861a539e4
|
removed usage of getmockBuilder() when not needed
|
2019-08-08 11:59:51 +02:00 |
|
Fabien Potencier
|
6823b64cad
|
moved test under tests/
|
2019-06-30 14:56:12 +02:00 |
|
Fabien Potencier
|
1e3bb75010
|
moved test under tests/
|
2019-06-30 14:51:54 +02:00 |
|
Fabien Potencier
|
22a1317249
|
moved tests under tests/
|
2019-06-30 14:48:27 +02:00 |
|