Matthew Brown
|
d1baff4b92
|
Fix #1044 - allow templated params in assert
|
2018-10-30 09:20:34 -04:00 |
|
Brown
|
d6392fbcba
|
Added an HTML-escaped-string meta-type for functions to return
And a sample echo checker
|
2018-10-29 11:54:25 -04:00 |
|
Matthew Brown
|
aff6844c62
|
Fix #1035 - ignore issues where method is in a custom library
|
2018-10-27 11:47:27 -04:00 |
|
Brown
|
e286089eaa
|
Add onchange events and symbol lookup with disabled completion
|
2018-10-26 16:17:15 -04:00 |
|
Matthew Brown
|
7e01576653
|
Fix #1011 - don’t re-analyse constructors if we can help it
|
2018-10-06 22:58:21 -04:00 |
|
Brown
|
67c90edadf
|
Don’t check methods we’ve already checked
|
2018-09-30 11:34:51 -04:00 |
|
Matthew Brown
|
53e265e963
|
Fix #984 - allow magic methods to be invoked on $this->xxx
|
2018-09-09 11:45:52 -04:00 |
|
Matt Brown
|
699a34fc9d
|
Fix #952 - improve checks for string array offsets
|
2018-08-21 11:40:29 -04:00 |
|
Matthew Brown
|
2fee699d25
|
Fix #908 - dont’t emit UnresolvableInclude after file_exists check
|
2018-08-09 23:29:30 -04:00 |
|
Matthew Brown
|
37be70a465
|
Fix issue calling possibly magic method
|
2018-08-02 16:14:53 -05:00 |
|
Matthew Brown
|
0fa7cbeb02
|
Fix #895 - check __call magic method args
|
2018-07-16 22:48:53 -04:00 |
|
Matt Brown
|
92aa3f8117
|
Fix dumb regression
|
2018-07-16 16:07:18 -04:00 |
|
Matt Brown
|
b80440f1e3
|
Fix #893 - improve error message for missing intersection type method
|
2018-07-16 11:52:38 -04:00 |
|
Matthew Brown
|
91f7cdf134
|
Fix #890 - improve reporting site for some method issues
|
2018-07-13 18:47:21 -04:00 |
|
Matt Brown
|
7713c7a8d6
|
Use continue 2 in place of continue
|
2018-07-12 18:04:05 -04:00 |
|
Matt Brown
|
661803a020
|
Fix #883 - add @psalm-assert-if-true support to methods
|
2018-07-11 11:22:07 -04:00 |
|
Matthew Brown
|
8a4d7e12bd
|
Fix issues found by scanning PHPCS
|
2018-07-05 23:02:09 -04:00 |
|
Matt Brown
|
b8636eb326
|
Improve memoisation of chained calls
|
2018-07-03 12:45:29 -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
|
e10b2c0fd4
|
Fix #805 - allow dead code detection from methods just called internally
|
2018-06-19 16:14:51 -04:00 |
|
Matt Brown
|
75e2be8aec
|
Fix #825 - ignore falsable issues on builtin *methods*
|
2018-06-18 10:07:05 -04:00 |
|
Matthew Brown
|
a2b1838e23
|
Fix #803 - trait methods are evaluated correctly now
|
2018-06-08 20:06:05 -04:00 |
|
Matthew Brown
|
ea4dc9f2b8
|
Improve simplexml function inference
|
2018-06-05 23:42:02 -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
|
aebbd473d9
|
Fix issues reconciling class-string params to actual types
|
2018-05-21 12:40:39 -04:00 |
|
Matthew Brown
|
cdcba6152d
|
Add ability to infer return type for method calls
|
2018-05-20 12:47:26 -04:00 |
|
Matthew Brown
|
759516d01f
|
Fall back to $method_id if no defining method id found
|
2018-05-12 13:19:19 -04:00 |
|
Matthew Brown
|
4fe5ac87b6
|
Fix #712 - rewrite switch statement fallthroughs to understand logic better
|
2018-05-12 12:55:24 -04:00 |
|
Matthew Brown
|
56a1f744a0
|
Fix #734 - allow DOMDocument::appendChild to mirror its first arg
|
2018-05-12 00:28:21 -04:00 |
|
Matthew Brown
|
a33d52d935
|
Add support for referencedProperty error restrictions
|
2018-05-11 00:07:41 -04:00 |
|
Matthew Brown
|
318220a1bf
|
Fix #728 - remove statement return type when re-analysing
|
2018-05-09 09:30:23 -04:00 |
|
Matthew Brown
|
2c0dd36035
|
Fix get type return types
|
2018-05-08 22:01:05 -04:00 |
|
Matt Brown
|
6e259bed03
|
Always evaluate closures, even when passed as mixed call args
|
2018-05-08 18:11:10 -04:00 |
|
Matt Brown
|
bc17d23788
|
Fix mixed empty checks
|
2018-05-08 16:34:08 -04:00 |
|
Matthew Brown
|
21261172a8
|
Fix #713 - support offsets of known array types
|
2018-05-05 17:30:18 -04:00 |
|
Matthew Brown
|
1a4ddc7cdd
|
Support value types (#707)
* Add first idea
* Add initial count experiments
* Remove false positives
* Fix getId to support changes in conditionals
* Add better tests
* Strip types when not exists
* Fix array offsets
* More fixes
* Add class constant value types
* Clone constants everywhere
* Don’t complain unnecessarily
* Be more lenient with possibly invalid __sets
* Fix mixed issues
* Fix bug concerning orred string equality
* Remove unnecessary casts
|
2018-05-03 13:56:30 -04:00 |
|
Matthew Brown
|
99da371ac4
|
Move memoisation after callmap branch
|
2018-04-28 13:49:27 -04:00 |
|
Matthew Brown
|
da6209276f
|
Allow ability to memoize empty method calls based on config
|
2018-04-28 13:05:43 -04:00 |
|
Matthew Brown
|
2fabdf3353
|
Fix #314 - add a way to indicate @method list is comprehensive
|
2018-04-22 00:40:30 -04:00 |
|
Matthew Brown
|
1c7568e612
|
Fix #642 - allow @method to override existing methods
behind usePhpDocMethodsWithoutMagicCall="true"
|
2018-04-21 23:08:08 -04:00 |
|
Matthew Brown
|
8b50cdf315
|
Fix #632 - add support for @method annotations when method can’t be found
|
2018-04-21 22:44:54 -04:00 |
|
Matthew Brown
|
d02b148820
|
Fix #633 - support @method for magic __call methods
|
2018-04-21 22:13:10 -04:00 |
|
Matt Brown
|
8d7c365e5f
|
Fix #679 - improve template param type checks
|
2018-04-20 10:52:23 -04:00 |
|
Matt Brown
|
6afaf5aae9
|
Make Psalm compatible with PHP Parser 4
|
2018-04-17 13:06:02 -04:00 |
|
Matthew Brown
|
ccbe9980f5
|
Fix issue with nested trait methods
|
2018-03-21 17:39:01 -04:00 |
|
Matthew Brown
|
49c4dd8a5d
|
Fix trait method aliasing
|
2018-03-21 16:55:31 -04:00 |
|
Matthew Brown
|
5384f193d1
|
Allow class and method issues to be suppressed by their identifiers
Ref #603
|
2018-03-20 22:36:03 -04:00 |
|
Matthew Brown
|
28522c4f94
|
Fix #588 - allow anonymous classes to call $this functions
|
2018-03-18 01:07:14 -04:00 |
|
Matthew Brown
|
eb3750d8f3
|
Remove unnecessary @var annotations
|
2018-03-17 00:19:55 -04:00 |
|