Bruce Weirdan
|
11e60fa261
|
Merge branch '4.x' into upstream-master
|
2022-02-11 03:51:48 +02:00 |
|
Vincent
|
3c3e692e7e
|
AtomicStaticCallAnalyzer: clear tmp var from context (fix #7556)
|
2022-02-02 13:51:54 +01:00 |
|
|
8d0c1c62e8
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
|
Matthew Brown
|
b49682a485
|
Simplify issue suppression in tests
|
2022-01-13 14:38:17 -05:00 |
|
Matthew Brown
|
f439d6550b
|
Ensure that all entries in test arrays have explicit keys (#7386)
* Transformation that updates assertions
* Simplify transformation
* Ensure that all tests have keys
* Fix a few remaining keys
|
2022-01-13 13:49:37 -05:00 |
|
rarila
|
97e6511fab
|
Set number of lines before and after namespace.
|
2021-12-15 04:58:32 +01:00 |
|
ralila
|
8fb2e0f885
|
Handle some partials
|
2021-12-04 21:55:53 +01:00 |
|
Matt Brown
|
9a714b759e
|
Fix #5496 - ensure params extended in properties are properly fleshed out
|
2021-03-28 23:10:38 -04:00 |
|
AndrolGenhald
|
d4590711d6
|
Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428)
* Fix object-like array keys (fixes #5427).
* Fix incorrect return types for tests.
* Fix false positive list with literal int key.
|
2021-03-19 21:44:44 -04:00 |
|
Matt Brown
|
4b12cd9e18
|
Fix #4837 - bind correct static class when checking mixin types
|
2020-12-14 22:51:32 -05:00 |
|
orklah
|
37a2f8a33d
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
|
orklah
|
ead107fa9e
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2020-09-12 11:24:05 -04:00 |
|
Daniel Melchior
|
17ed440f2e
|
fix #4013: prevent exception when two mixins declare methods with same name (#4018)
fixes #4013
|
2020-08-18 08:38:30 -04:00 |
|
Brown
|
c0b0036109
|
Fix #3934 - prevent unsafe use of new static
|
2020-08-05 19:39:27 -04:00 |
|
Daniel Melchior
|
fa73c7c9d9
|
Fix #3757 - allow multiple mixins (#3772)
|
2020-08-05 15:49:19 -04:00 |
|
Brown
|
80ed1daf33
|
Allow static method mixin to invoke instance method
|
2020-06-20 18:05:35 -04:00 |
|
Brown
|
286a8f911a
|
Add support for static mixin calls
Fixes #3552
|
2020-06-09 18:39:52 -04:00 |
|
Matthew Brown
|
0ac739fd48
|
Fix #3534 - allow magic method call on mixin
|
2020-06-06 23:28:32 -04:00 |
|
Brown
|
4f87cca55b
|
Fix #3537 - improve parsing for @mixin annotations
|
2020-06-06 18:15:24 -04:00 |
|
feek
|
5330dcbd7a
|
fix: pass along final (#3471)
|
2020-05-28 01:59:24 -04:00 |
|
Brown
|
3c60609c21
|
Support better mixin handling
|
2020-05-27 11:12:09 -04:00 |
|
Brown
|
769ac5c052
|
Fix #3458 - scope templated mixin accurately
|
2020-05-26 23:32:07 -04:00 |
|
Brown
|
240b2f898c
|
Add some negative test cases for @mixin
Also fix #3452
|
2020-05-25 00:19:52 -04:00 |
|
Brown
|
28349c6423
|
Remove mixin_fqcln hack
|
2020-05-10 09:04:30 -04:00 |
|
Brown
|
132b5c9358
|
Fix #3263 - inherit magic properties when using @mixin
|
2020-05-02 19:57:38 -04:00 |
|
Brown
|
5e76467378
|
Fix #3279 - make sure self/parent references in mixin use existing class
|
2020-05-01 11:23:02 -04:00 |
|
Brown
|
95dbb93732
|
Fix #3237 - allow mixin to reference generic params
|
2020-04-27 09:10:24 -04:00 |
|
Brown
|
ebcb0b8cc4
|
Fix #3228 - support IteratorIterator wrapping
|
2020-04-26 16:59:03 -04:00 |
|
Brown
|
d88c31f461
|
Support templated @mixin
|
2020-04-26 16:49:52 -04:00 |
|
Matthew Brown
|
cbf139952c
|
Fix #2989 - delay @mixin hydration until parent methods inherited
|
2020-03-18 21:38:53 -04:00 |
|
Brown
|
07aaa3f99d
|
Don’t complain about method mismatches for @mixin
|
2020-01-06 18:04:28 -05:00 |
|
Matthew Brown
|
d5d4a1826d
|
Add initial support for @mixin Foo
|
2020-01-02 23:50:19 -05:00 |
|