Matt Brown
|
c2eba896a4
|
Fix #4982 - ensure destructuring assignments are seen inside a loop
|
2021-01-29 11:47:29 +01:00 |
|
orklah
|
db45ff1ba4
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2021-01-29 11:38:57 +01:00 |
|
Brown
|
0c582e9993
|
Fix #3685 - improve handling of if conditionals inside do
|
2020-07-02 13:59:59 -04:00 |
|
Matthew Brown
|
f6342a40d9
|
Remove unnecesary conditional check for do
Fixes #3378
|
2020-05-16 16:32:36 -04:00 |
|
Matthew Brown
|
0f7925e769
|
Fix #2183 - evaluate return after do with break inside
|
2019-09-29 16:12:52 -04:00 |
|
Matthew Brown
|
da42be175f
|
Apply PHPCS fixes
Fixes #1880
|
2019-07-05 16:27:53 -04:00 |
|
LeSuisse
|
f29826b958
|
Fully qualify constants and function calls (#1849)
This should give a small performance boost.
Part of #1837.
The change is enforced via phpcs and can be autofixed
with phpcbf.
|
2019-06-26 16:52:29 -04:00 |
|
Matthew Brown
|
c772914910
|
Add some formatting
|
2019-03-23 14:27:54 -04:00 |
|
Bruce Weirdan
|
9bdc9f774f
|
More provider typing
|
2019-03-02 08:43:19 -05:00 |
|
Brown
|
601f303de2
|
Fix position of invalid param
|
2019-02-27 16:00:44 -05:00 |
|
Matthew Brown
|
bcbede07ba
|
Fix issue with do analysis while loops
|
2019-01-07 01:15:30 -05:00 |
|
Matthew Brown
|
4688b25fd9
|
Move internal classes to own namespace
|
2018-11-12 11:20:59 -05:00 |
|
Matthew Brown
|
9f2fe748e8
|
Improve handling of vars set in always-entered for/foreach/while loops
|
2018-11-10 16:10:59 -05:00 |
|
Matthew Brown
|
03ea94e087
|
Improve handling of do blocks
|
2018-11-10 14:06:31 -05:00 |
|
Matthew Brown
|
461a9667b5
|
Split up LoopScopeTest into block-specific tests
|
2018-11-09 19:54:10 -05:00 |
|