Matt Brown
|
740279352e
|
Fix #830 - unpack template param args appropriately
|
2018-06-20 10:40:50 -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 |
|
Matthew Brown
|
82715a03ea
|
Improve test coverage of PropertyAssignmentChecker
|
2018-06-10 10:02:46 -04:00 |
|
Matthew Brown
|
04cc920101
|
Fix #378 - improve handling of InvalidScope
|
2018-06-09 11:50:17 -04:00 |
|
Matthew Brown
|
eae563e9e4
|
Fix space after function
|
2018-06-09 10:51:02 -04:00 |
|
Matthew Brown
|
7a02d300d6
|
Fix closure return type
|
2018-06-09 10:23:04 -04:00 |
|
Matthew Brown
|
6d4d0cf825
|
Fix #794 - use template types to restrict input
|
2018-06-09 10:14:18 -04:00 |
|
Matthew Brown
|
3a3c10d044
|
Improve handling of ? before type
|
2018-06-08 23:54:07 -04:00 |
|
Matthew Brown
|
a2b1838e23
|
Fix #803 - trait methods are evaluated correctly now
|
2018-06-08 20:06:05 -04:00 |
|
Matt Brown
|
29a971d40e
|
Fix #793 - make sure in_array informs literal types
|
2018-06-08 13:53:42 -04:00 |
|
Matt Brown
|
091fa53c72
|
Fix #798 - update magic property handling so it corresponds to PHP behaviour
|
2018-06-08 11:08:57 -04:00 |
|
Matt Brown
|
6873e60847
|
Optimise flow of if evaluation
|
2018-06-07 15:04:22 -04:00 |
|
Matt Brown
|
5819ba2b67
|
Fix #801 - bust assertions on assignment in || op
|
2018-06-07 15:04:22 -04:00 |
|
Matthew Brown
|
ea4dc9f2b8
|
Improve simplexml function inference
|
2018-06-05 23:42:02 -04:00 |
|
Matthew Brown
|
a20bdaef45
|
Fix issue evaluating negated assertion
|
2018-06-03 20:24:23 -04:00 |
|
Matthew Brown
|
b5cb2b34a2
|
Fix #380 - don’t complain about legitimate (if archaic) self calls
|
2018-06-03 19:11:07 -04:00 |
|
Matt Brown
|
9bbe437f22
|
Fix issue with initially undefined variable in isset
|
2018-06-01 10:52:26 -04:00 |
|
Matthew Brown
|
ccc0c3f7d8
|
Fix negation of @psalm-assert-if-true/false
|
2018-05-31 22:46:22 -04:00 |
|
Matthew Brown
|
4ab15067de
|
Speed up unnecessary else checks
|
2018-05-31 22:20:38 -04:00 |
|
Matthew Brown
|
ee9fef050a
|
Add support for function checking plugins
|
2018-05-31 22:00:11 -04:00 |
|
Matthew Brown
|
dda9b4e48c
|
Fix #783 - allow ternarys to declare vars
|
2018-05-31 22:00:11 -04:00 |
|
Matt Brown
|
c31d963918
|
Allow constants in array offsets to be reasoned about
|
2018-05-31 16:49:01 -04:00 |
|
Matt Brown
|
ef992612d9
|
Fix $_SERVER var reconciliation
|
2018-05-31 15:30:39 -04:00 |
|
Matt Brown
|
2b697a34f8
|
Fix #786 - improve treatment of array isset checks
|
2018-05-31 15:07:03 -04:00 |
|
Matthew Brown
|
258e862c92
|
Only assign global vars to mixed if they don’t already exist
|
2018-05-31 09:02:57 -04:00 |
|
Matthew Brown
|
6b8e019a07
|
Bleed global variables declared in functions into main context
|
2018-05-30 22:09:46 -04:00 |
|
Matthew Brown
|
df89c8d7f2
|
Fix variadic check for included file functions
|
2018-05-30 21:01:50 -04:00 |
|
Matthew Brown
|
33a38113f3
|
Fix isset check
|
2018-05-30 20:54:03 -04:00 |
|
Matt Brown
|
eb10b15cfc
|
Improve reliability of elseif resolution
|
2018-05-30 18:56:44 -04:00 |
|
Matt Brown
|
549e90eca4
|
Treat required files the same as the files that require them, reporting-wise
|
2018-05-30 16:19:18 -04:00 |
|
Matt Brown
|
4fb6bbf5ee
|
Prevent clause size from ballooning
|
2018-05-30 13:57:45 -04:00 |
|
Matt Brown
|
9227e61097
|
Fix #715 - no redundant condition for is_a(self::class,...) checks inside trait
|
2018-05-30 10:13:55 -04:00 |
|
Matthew Brown
|
1a4891c2e0
|
Fix #781 - prevent DuplicateArrayKey warning unnecessarily
|
2018-05-30 07:42:00 -04:00 |
|
Tyson Andre
|
39a1ecfd89
|
Remove unused variables (#777)
|
2018-05-29 10:08:56 +01:00 |
|
Matthew Brown
|
81ae1ca222
|
Fix #747 - allow Generator to replace Traversable in templated params
|
2018-05-28 22:26:43 +01:00 |
|
Matthew Brown
|
aac01f0670
|
Fix #766 and fix #765 - improve handling of ^ and xor
|
2018-05-28 20:31:20 +01:00 |
|
Matthew Brown
|
d98261507f
|
Fix #769 - add @psalm-assert and @psalm-assert-if-true annotation support
|
2018-05-28 20:07:42 +01:00 |
|
Matt Brown
|
086b6d0372
|
Seal the output of switch statments
|
2018-05-24 14:26:29 -04:00 |
|