Matt Brown
|
4416da85e7
|
Fix #4837 - bind correct static class when checking mixin types
|
2021-01-29 11:47:20 +01:00 |
|
orklah
|
e3e5a55907
|
unused use statements (#4228)
|
2021-01-29 11:39:42 +01:00 |
|
orklah
|
db45ff1ba4
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2021-01-29 11:38:57 +01: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 |
|