Matthew Brown
|
600999a3a8
|
Add better typing
|
2019-08-14 00:47:57 -04:00 |
|
Matthew Brown
|
d5b026839c
|
Add support for different taint types ref #1990
|
2019-08-12 23:16:05 -04:00 |
|
Matthew Brown
|
e32b92be6b
|
Fix #1986 - do better inference after isset on array offsets
|
2019-08-10 23:22:48 -04:00 |
|
Matthew Brown
|
585fffaa1f
|
Refine previous fix
|
2019-08-10 17:25:07 -04:00 |
|
Matthew Brown
|
1586cb249d
|
Add protection for leaky assertions
|
2019-08-10 16:58:57 -04:00 |
|
Matthew Brown
|
af0331c251
|
Fix #1997 - fix reconciliation of arrays and traversables
|
2019-08-10 14:39:14 -04:00 |
|
Matthew Brown
|
60c0133fff
|
Break apart reconciler
|
2019-08-10 13:22:21 -04:00 |
|
Matthew Brown
|
3cf160cbe9
|
Separate out assertion negation reconciliation
|
2019-08-10 12:04:16 -04:00 |
|
Matthew Brown
|
c77bcd1388
|
Remove extraneous line
|
2019-08-08 23:01:06 -04:00 |
|
Matthew Brown
|
53817ed40b
|
Fix #1991 - allow overlapping code to subsume manipulations inside
|
2019-08-08 22:58:54 -04:00 |
|
Matthew Brown
|
b5eb63bb2d
|
Revert "Coerce value with array-offset to array|ArrayAccess"
This reverts commit a8a67bc7e7 .
|
2019-08-07 00:36:45 -04:00 |
|
Matthew Brown
|
a8a67bc7e7
|
Coerce value with array-offset to array|ArrayAccess
Fixes #1986
|
2019-08-07 00:31:53 -04:00 |
|
Matthew Brown
|
b2c0993cdc
|
Add framework for taint analysis to Psalm
Ref #611
|
2019-08-04 10:37:36 -04:00 |
|
Matthew Brown
|
0163f92bfa
|
Fix typo
|
2019-07-15 01:31:43 -04:00 |
|
Matthew Brown
|
18da84c713
|
Fix #1937 - allow proper reconciliation on templated values
|
2019-07-15 01:26:08 -04:00 |
|
Brown
|
9aa0fd022c
|
Fix potential coercion gotcha
|
2019-07-10 14:48:15 -04:00 |
|
Brown
|
8e149461f0
|
Remove unnecessary references to had_template
|
2019-07-10 14:03:13 -04:00 |
|
Matthew Brown
|
1ae9ea5fed
|
Use object instead of by-ref params
|
2019-07-10 01:35:57 -04:00 |
|
Matthew Brown
|
b4f03abca6
|
Fix #1886 - allow empty array to be coerced to a mixed one
|
2019-07-05 17:44:22 -04:00 |
|
Matthew Brown
|
da42be175f
|
Apply PHPCS fixes
Fixes #1880
|
2019-07-05 16:27:53 -04:00 |
|
Matthew Brown
|
62fb86aef0
|
Fix #1875 - improve printing of iterable type
|
2019-06-29 21:46:01 -04:00 |
|
Brown
|
ba121a94e7
|
Allow union of class-strings in signature
Ref #1851
|
2019-06-27 11:44:35 -04:00 |
|
Brown
|
3088432529
|
Update message about hyphens
Fixes #1852
|
2019-06-27 10:54:50 -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 |
|
Brown
|
5ed49c0c03
|
Fixed #1848 - allow static class strings to be compared
|
2019-06-26 15:11:16 -04:00 |
|
Matthew Brown
|
70a1696a04
|
Limit template expansion of possibly-mixed vars
|
2019-06-25 23:43:25 -04:00 |
|
Brown
|
904267638f
|
Add extra isset test
|
2019-06-25 16:47:14 -04:00 |
|
Matthew Brown
|
c0b86bd40d
|
Use uppercase template_type_extends keys
|
2019-06-24 23:43:04 -04:00 |
|
Brown
|
23a3b0dbc0
|
Fix #1842 - prevent bad templated object returns
|
2019-06-24 19:07:29 -04:00 |
|
Brown
|
69b05f5052
|
Improve handling of parent method calls
|
2019-06-24 17:45:10 -04:00 |
|
Matthew Brown
|
766b1b0384
|
Add reference, not type
Ref #1835
|
2019-06-23 09:10:43 -04:00 |
|
Matthew Brown
|
37ffd6dad6
|
Fix #1832 - add references to docblock types
|
2019-06-23 08:47:49 -04:00 |
|
Matthew Brown
|
ec104be6e2
|
Add offset to atomic type
Ref #1832
|
2019-06-23 00:19:41 -04:00 |
|
Brown
|
ac06ea659e
|
Fix #1825 - improve behaviour of callable reconciliation
|
2019-06-20 19:46:42 -04:00 |
|
Brown
|
0246f600f4
|
Fix #1813 - convert object&Foo into Foo after template resolution
|
2019-06-19 12:00:19 -04:00 |
|
Hugo Alliaume
|
37d719ed67
|
Fix readability for object-like types when running psalter (#1708)
* chore: update tests
* fix: better readability for object-like types
* test: add tests for nested array return type
* Improve spacing
|
2019-06-16 09:20:49 -04:00 |
|
Matthew Brown
|
42bafc1e64
|
Fix #1775 - allow true|false to be accepted as bool
|
2019-06-13 08:55:36 -04:00 |
|
Matthew Brown
|
b0678bdc74
|
Improve treatment of key-of
Ref #1698
|
2019-06-07 21:27:50 -04:00 |
|
Brown
|
c81a9a8737
|
Fix #1742 - allow is_countable assertion to mean something
|
2019-06-07 15:49:10 -04:00 |
|
Matthew Brown
|
20c66f693e
|
Fix handling of class const types
|
2019-06-06 18:46:40 -04:00 |
|
Matthew Brown
|
4a954acf84
|
Improve printing of literal types
|
2019-06-06 17:39:14 -04:00 |
|
Matthew Brown
|
b091ceaa9a
|
Fix union of literal class string
|
2019-06-06 17:18:24 -04:00 |
|
Brown
|
2e7d26af6a
|
Replace object-like types too
|
2019-06-06 13:28:56 -04:00 |
|
Brown
|
f309c755f8
|
Add ability to move classes
|
2019-06-05 08:50:24 -04:00 |
|
Brown
|
c7f35c263c
|
Fix #1737 properly
|
2019-06-04 14:08:49 -04:00 |
|
Brown
|
d34c1a94db
|
Fix #1737 - treat !isset($x, $y) properly
|
2019-06-04 13:43:09 -04:00 |
|
Marco Pivetta
|
624c7bc6fb
|
Renamed Fn to TFn to allow for PHP 7.4 compatibility
|
2019-06-03 08:21:25 -04:00 |
|
Matthew Brown
|
0ad57695a8
|
Clone atomic extra types as well
|
2019-06-02 09:52:57 -04:00 |
|
Matthew Brown
|
01f4e39719
|
Remove redundant code from toNamespacedString
|
2019-05-31 20:21:47 -04:00 |
|
Matthew Brown
|
4002504ff0
|
Allow trait_exists to inform type for ReflectionClass
|
2019-05-31 09:43:46 -04:00 |
|