Matt Brown
|
a887d09ca9
|
Fix #867 - make some system constant types more broad
|
2018-07-06 13:35:36 -04:00 |
|
Matt Brown
|
7e09f59825
|
Fix #868 - improve return type of version_compare
|
2018-07-06 13:09:05 -04:00 |
|
Matthew Brown
|
ced0aef34d
|
Clean out assertions before re-examining loop
|
2018-07-06 00:36:11 -04:00 |
|
Matthew Brown
|
8a4d7e12bd
|
Fix issues found by scanning PHPCS
|
2018-07-05 23:02:09 -04:00 |
|
Matthew Brown
|
c4fd6aa18d
|
Allow break/continue inside do
|
2018-07-05 21:03:44 -04:00 |
|
Matt Brown
|
71b2420c83
|
Fix #865 - support literals in return types
|
2018-07-05 17:25:26 -04:00 |
|
Matt Brown
|
af14d6982f
|
Fix #863 - MixedTypeCoercion is more appropriate in many cases
|
2018-07-05 10:11:04 -04:00 |
|
Matthew Brown
|
6090355241
|
Add possible fix for unevaluated classlikes
|
2018-07-04 14:32:58 -04:00 |
|
Matthew Brown
|
7d747be5d5
|
Fix checks for possibly null right part of binary op
|
2018-07-03 19:52:40 -04:00 |
|
Matt Brown
|
b8636eb326
|
Improve memoisation of chained calls
|
2018-07-03 12:45:29 -04:00 |
|
Matt Brown
|
534876085d
|
Fix #857 - improve handling of hard-to-reconcile while conditionals
|
2018-07-03 12:27:14 -04:00 |
|
Matthew Brown
|
ec1f7ba7be
|
Add exception for case that shouldn’t appear
|
2018-07-03 08:09:00 -04:00 |
|
Matthew Brown
|
5623aa1c19
|
Don’t memoise assertions - it messes with trait analysis
|
2018-07-03 00:51:57 -04:00 |
|
Matthew Brown
|
5860fcf59d
|
We can reason about ORed conditions in while loops now
|
2018-07-02 23:46:51 -04:00 |
|
Matt Brown
|
6287f52dd5
|
Fix loop analysis for byref vars, likely performance hit
|
2018-07-02 16:44:32 -04:00 |
|
Matthew Brown
|
16e270f0ee
|
Improve loading of stub file and autoload file information
Ref #849
|
2018-06-30 15:29:37 -04:00 |
|
Matthew Brown
|
bca3b1797c
|
Fix #852 - improve handling of variables updated in do conditional
|
2018-06-30 12:56:42 -04:00 |
|
Matthew Brown
|
5ed062257b
|
Allow dead code detection to capture last do checks
|
2018-06-30 11:08:51 -04:00 |
|
Matthew Brown
|
b5c89084fc
|
Fix #851 - prevent null being removed in simplifyUnionType
|
2018-06-30 10:38:37 -04:00 |
|
Matt Brown
|
c872f9179e
|
Remove mixed in @method param types
|
2018-06-28 17:39:25 -04:00 |
|
Matt Brown
|
2fc816a6e1
|
Fix repeated use of spread operator
|
2018-06-28 17:05:50 -04:00 |
|
Matt Brown
|
376c3c54c0
|
Add better checks for array_reduce
Fixes #846
|
2018-06-28 16:01:53 -04:00 |
|
Matthew Brown
|
ce1fda46a6
|
Fix hard-to-resolve constant values
|
2018-06-27 21:53:25 -04:00 |
|
Matt Brown
|
72b110af3f
|
Analyse RHS of instanceof expressions if expression
|
2018-06-27 10:07:40 -04:00 |
|
Matthew Brown
|
685ae67435
|
Fix #839 - check args for __call methods
|
2018-06-26 23:11:16 -04:00 |
|
Matthew Brown
|
5867ef45ff
|
Check method args even if the methods themselves cannot be checked
|
2018-06-25 19:38:15 -04:00 |
|
Matt Brown
|
ffda44c3ba
|
Fix #838 - check assertions, even outside conditionals
|
2018-06-25 18:02:05 -04:00 |
|
Matt Brown
|
f2d96eefe7
|
Fix #837 - detect issues with constants
|
2018-06-25 15:03:45 -04:00 |
|
Matthew Brown
|
e1d922e9df
|
Add support for ignoredExceptions
|
2018-06-22 01:26:10 -04:00 |
|
Matthew Brown
|
e3ae1bf26f
|
Fix #15 - check for uncaught throws if config flag is set
|
2018-06-22 01:13:49 -04:00 |
|
Matt Brown
|
740279352e
|
Fix #830 - unpack template param args appropriately
|
2018-06-20 10:40:50 -04:00 |
|
Matthew Brown
|
4688cf7a92
|
Fix #831 - ignore falsable issues when getting callmap function params
|
2018-06-20 09:09:03 -04:00 |
|
Matt Brown
|
e10b2c0fd4
|
Fix #805 - allow dead code detection from methods just called internally
|
2018-06-19 16:14:51 -04:00 |
|
Matt Brown
|
11240eb193
|
Fix #826 allow better template replacements
|
2018-06-19 13:19:41 -04:00 |
|
Matt Brown
|
2be0f68d87
|
Add better checks on increment/decrement operators
|
2018-06-18 13:16:51 -04:00 |
|
Matt Brown
|
75e2be8aec
|
Fix #825 - ignore falsable issues on builtin *methods*
|
2018-06-18 10:07:05 -04:00 |
|
Matthew Brown
|
d4107f9e5e
|
Fix issue erasing nullability of boolean
|
2018-06-17 13:47:31 -04:00 |
|
Matthew Brown
|
2c245b0a08
|
Fix #823 - trigger redundant condition on impossible assertions
|
2018-06-17 13:20:37 -04:00 |
|
Matthew Brown
|
5ddd74e7d2
|
Catch unused foreach key when it’s already in scope
|
2018-06-17 00:52:32 -04:00 |
|
Matthew Brown
|
805bfa6f2d
|
Improve handling of switch statement assignments
|
2018-06-17 00:12:26 -04:00 |
|
Matthew Brown
|
89affb6c2c
|
Fix #822 - improve dead code detection on assignop expressions
|
2018-06-16 23:40:25 -04:00 |
|
Matthew Brown
|
fa51c39902
|
Improve dead code analysis of switch statements
|
2018-06-16 21:54:44 -04:00 |
|
Matthew Brown
|
f38da967dd
|
Fix a few issues with dead code detection
|
2018-06-16 21:14:19 -04:00 |
|
Matthew Brown
|
3670f066bb
|
Improve dead code detection
|
2018-06-16 20:01:41 -04:00 |
|
Matt Brown
|
3afd6053fd
|
Fix #819 - only add is_a assertion if static::class known
|
2018-06-15 10:51:30 -04:00 |
|
Matt Brown
|
47a40b2ffc
|
Fix #817 - allow methods named "global" in @method annotations
|
2018-06-14 17:20:02 -04:00 |
|
Matt Brown
|
6542a0a784
|
Fix #810 - convert void array map return to null
|
2018-06-11 17:00:26 -04:00 |
|
Matt Brown
|
d35a3996fa
|
Fix #811 - improve handling of closure vars
|
2018-06-11 16:54:20 -04:00 |
|
Matthew Brown
|
04758a48c6
|
Remove never-used function
|
2018-06-10 10:49:51 -04:00 |
|
Matthew Brown
|
82715a03ea
|
Improve test coverage of PropertyAssignmentChecker
|
2018-06-10 10:02:46 -04:00 |
|