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 |
|
François Kooman
|
1d8799ce70
|
fix PDOStatement::fetchColumn, can also return false (#821)
|
2018-06-15 10:51:00 -04:00 |
|
Matt Brown
|
47a40b2ffc
|
Fix #817 - allow methods named "global" in @method annotations
|
2018-06-14 17:20:02 -04:00 |
|
Matt Brown
|
7fb4c4acad
|
Allow 0 in type
|
2018-06-14 15:58:49 -04:00 |
|
Matt Brown
|
d56dd6bed6
|
Fix #818 - prevent class of 0
|
2018-06-14 13:49:16 -04:00 |
|
Matthew Brown
|
dc02ca8a7a
|
Fix - #816 - check we’re not just replacing a key with itself
|
2018-06-13 08:38:07 -04:00 |
|
Matt Brown
|
45a94af015
|
Fix #814 - remove literal types when removing base key
|
2018-06-12 11:19:35 -04:00 |
|
Matthew Brown
|
3891b08fc2
|
Fix #812 - deal with errant colon without crashing
|
2018-06-12 09:11:13 -04:00 |
|
Matt Brown
|
54893fdd55
|
Fix #808 - detect badly-placed ampersand early
|
2018-06-11 17:23:28 -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
|
26fa003fe2
|
Revert "Convert mixed return types to empty string for compactness"
This reverts commit 94ecbc113a to maintain compatibility with Phan cc @TysonAndre
|
2018-06-10 15:41:04 -04:00 |
|
Matthew Brown
|
58f16f0d58
|
Add changes from Phan
|
2018-06-10 11:31:59 -04:00 |
|
Matthew Brown
|
94ecbc113a
|
Convert mixed return types to empty string for compactness
|
2018-06-10 11:30:31 -04:00 |
|
Matthew Brown
|
04758a48c6
|
Remove never-used function
|
2018-06-10 10:49:51 -04:00 |
|
Matthew Brown
|
3a2fa99969
|
Improve coverage of Reconciler and fix issues with float type comparison
|
2018-06-10 10:48:19 -04:00 |
|
Matthew Brown
|
82715a03ea
|
Improve test coverage of PropertyAssignmentChecker
|
2018-06-10 10:02:46 -04:00 |
|
Matthew Brown
|
d47980df13
|
Fix #416 - make sure trait methods are treated better by dead code detection
|
2018-06-09 23:10:42 -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
|
068dc50b21
|
Fix #792 - allow docblock array form of variadic arg
|
2018-06-08 21:18:49 -04:00 |
|
Matthew Brown
|
92d31b49ad
|
Add extra test to cover full replacement
|
2018-06-08 20:07:31 -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 |
|
Matthew Brown
|
dfc32216b3
|
Fix #800 - treat array access offsets as mixed for reconciliation purposes
|
2018-06-08 09:31:21 -04:00 |
|
Matthew Brown
|
c1586ee347
|
Remove union types in magic methods for now
|
2018-06-07 19:56:28 -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
|
bec227fbc2
|
Added description of ignoreFiles directive
|
2018-06-07 13:37:54 -04:00 |
|
Matt Brown
|
f030f4f40d
|
Allow docblock types to be merged with param default ones
|
2018-06-07 12:23:21 -04:00 |
|
Matthew Brown
|
fb3bc2661e
|
Fix #797 - check backup included file for defined function
|
2018-06-06 21:47:26 -04:00 |
|
Matt Brown
|
7c2ec06de8
|
Fix #795 - don’t use colons in generated anonymous class name
|
2018-06-06 15:32:03 -04:00 |
|
Matthew Brown
|
ea4dc9f2b8
|
Improve simplexml function inference
|
2018-06-05 23:42:02 -04:00 |
|
Matthew Brown
|
952bc9bdfd
|
Fix #84 - add pattern matching for files as well as directories
|
2018-06-05 20:15:18 -04:00 |
|
Matt Brown
|
51e7042022
|
Fix #789 - allow union types in @method params
|
2018-06-05 17:59:32 -04:00 |
|
Matt Brown
|
e53783f8f4
|
Add an option to hide code snippets
|
2018-06-04 10:19:20 -04:00 |
|
Matthew Brown
|
53bfafa02a
|
Make sure that ignoreFiles files never appear in errors
|
2018-06-04 00:15:28 -04:00 |
|
Matthew Brown
|
c4f3bd1558
|
Add docs for @psalm-assert annotations
|
2018-06-03 23:38:06 -04:00 |
|
Matthew Brown
|
5ea7196d3f
|
Skip bad param type in @method docblock
|
2018-06-03 22:13:19 -04:00 |
|
Matthew Brown
|
a20bdaef45
|
Fix issue evaluating negated assertion
|
2018-06-03 20:24:23 -04:00 |
|