Fabien Potencier
148d3e079d
Make various optimization for dynamic Twig callables
2024-08-12 09:45:32 +02:00
Fabien Potencier
ae4f284043
Fix various phpstan errors
2024-07-30 11:17:22 +02:00
Fabien Potencier
b63bde3063
Optimize sprintf() calls for PHP 8.4
2024-06-21 08:16:55 +02:00
Vincent Langlet
e98a652a6c
Improve phpdoc of ExtensionInterface/Environment/Expressionparser arrays
2022-11-18 10:55:01 +01:00
Fabien Potencier
81751d6671
Add "registerUndefinedTokenParserCallback"
2020-12-31 09:12:48 +01:00
Fabien Potencier
f05ccdd657
Optimize fil_exists()
2020-04-24 09:48:53 +02:00
Fabien Potencier
54cec4e3b8
added type hints
2019-04-26 12:01:21 +02:00
Fabien Potencier
829cb71788
removed InitRuntimeInterface and RuntimeExtensionInterface
2019-04-25 08:39:40 +02:00
Fabien Potencier
592ab0376e
feature #2965 Change false to null to allow for type hinting (fabpot)
...
This PR was merged into the 3.x branch.
Discussion
----------
Change false to null to allow for type hinting
Commits
-------
75333805 changed false to null to allow for type hinting
2019-04-23 18:34:47 +02:00
Fabien Potencier
5b1aad86f3
removed remaining code supporting PSR-0 class names
2019-04-23 18:21:46 +02:00
Fabien Potencier
7533380596
changed false to null to allow for type hinting
2019-04-23 17:43:53 +02:00
Fabien Potencier
273b666a71
removed the obsolete lib/ directory, removed PSR-0 class aliases
2019-04-23 16:34:05 +02:00
Fabien Potencier
6b1a1baaff
fixed phpdoc
2019-04-16 18:42:27 +02:00
Fabien Potencier
6c91803a90
added some type hints on final classes
2019-03-19 12:40:46 +01:00
Nicolas Grekas
8f9fe27622
Remove runtime deprecation that prevent smooth update
2019-03-10 11:40:58 +01:00
Fabien Potencier
2717a4769b
fixed more un-namespaced classes
2019-03-06 18:17:28 +01:00
Fabien Potencier
379f0c3553
added soe missing deprecations
2019-03-05 11:53:39 +01:00
Fabien Potencier
037ee67224
switched to namespace first, PSR-0 as a fallback
2019-03-05 08:14:45 +01:00
Fabien Potencier
acdf2581c9
replaced require with class_exists
2017-06-05 17:04:54 -07:00
Nicolas Grekas
71265c4000
[2.x] Add namespaced aliases
2017-05-25 08:29:23 +02:00