Matt Brown
|
caf65ca8a9
|
Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc
|
2018-08-24 16:48:14 -04:00 |
|
Matt Brown
|
4ef2aafdd8
|
Fix #955 - always check third argument of array_splice
|
2018-08-24 16:12:07 -04:00 |
|
Matt Brown
|
699a34fc9d
|
Fix #952 - improve checks for string array offsets
|
2018-08-21 11:40:29 -04:00 |
|
Matthew Brown
|
4ad3522448
|
Fix #918 - improve handling of associative array offsets
|
2018-08-21 00:28:39 -04:00 |
|
Matthew Brown
|
8814dff3c1
|
Fix #947 - interpret type hints of unpacked args
|
2018-08-20 22:11:01 -04:00 |
|
Matt Brown
|
070e7903df
|
Allow suppression of TooManyArguments by function/method id
|
2018-08-16 16:49:33 -04:00 |
|
Matt Brown
|
366f625c83
|
Improve handling of coerced-to-array strings in array_splice
|
2018-08-14 11:51:17 -04:00 |
|
Matt Brown
|
cb63f4f70f
|
Add support for checking DeprecatedTrait and DeprecatedConstant
|
2018-08-10 13:25:25 -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
|
7c10a09ead
|
Fix #911 - properly substitute alias types
Also improve handling of array_splice
|
2018-08-08 22:33:31 -04:00 |
|
Matthew Brown
|
6670dd31e1
|
Fix #927 - improve typing of object-like arrays containing class like strings
|
2018-08-08 21:31:13 -04:00 |
|
Matt Brown
|
0304201d91
|
Fix #932 - allow obvious string vars to be used for includes
|
2018-08-07 13:17:23 -04:00 |
|
Matthew Brown
|
37be70a465
|
Fix issue calling possibly magic method
|
2018-08-02 16:14:53 -05:00 |
|
Matthew Brown
|
c9a2ca9321
|
Allow output of get_parent_class to be used in new without check
|
2018-08-02 13:43:13 -05:00 |
|
Tyson Andre
|
06abf52d94
|
Fix typos detected by misspell (#924)
Both of initiali[sz]e were used, z was more common.
|
2018-08-02 00:40:51 -04:00 |
|
Matthew Brown
|
79d547d0a0
|
Add support for second dirname arg
Fixes #900
|
2018-07-21 20:22:42 -04:00 |
|
Matthew Brown
|
c97329da06
|
Fix #903 - make sure parent::foo is executed in context of method’s class
and not immediate parent
|
2018-07-21 20:01:58 -04:00 |
|
Matthew Brown
|
2af7ea05da
|
Fix #897 - understand static class comparisons in is_a
|
2018-07-17 22:50:30 -04: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 |
|
Matthew Brown
|
677e6edcb1
|
Fix nullref
|
2018-07-13 09:58:35 -04:00 |
|
Matthew Brown
|
3a235ad757
|
Fix #887 - resolve get_class($c) === self::class to current class name
|
2018-07-13 09:52:15 -04:00 |
|
Matt Brown
|
7713c7a8d6
|
Use continue 2 in place of continue
|
2018-07-12 18:04:05 -04:00 |
|
Matt Brown
|
c2bc8bde55
|
Fix #866 - prevent false positive inside do
|
2018-07-12 12:08:15 -04:00 |
|
Matt Brown
|
8b3fa21b41
|
Fix #884 - don’t error on static calls that aren’t user defined
|
2018-07-11 12:05:50 -04:00 |
|
Matt Brown
|
42e1090647
|
Add support for static method call assertions
|
2018-07-11 11:32:12 -04:00 |
|
Matt Brown
|
661803a020
|
Fix #883 - add @psalm-assert-if-true support to methods
|
2018-07-11 11:22:07 -04:00 |
|
Matt Brown
|
0ef71a49cb
|
Fix #882 - allow STDOUT and STDERR as constants
|
2018-07-10 17:40:34 -04:00 |
|
Matt Brown
|
bbf48bbdfe
|
Fix #873 - allow unpacking of all iterables
|
2018-07-09 09:59:51 -04:00 |
|
Matthew Brown
|
3b12ce4a31
|
Fix #874 - add support for is_iterable
|
2018-07-09 08:31:43 -04:00 |
|
Matt Brown
|
e62b711c36
|
Fix docblock
|
2018-07-06 14:14:24 -04:00 |
|
Matt Brown
|
a887d09ca9
|
Fix #867 - make some system constant types more broad
|
2018-07-06 13:35:36 -04:00 |
|
Matthew Brown
|
8a4d7e12bd
|
Fix issues found by scanning PHPCS
|
2018-07-05 23:02:09 -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
|
5623aa1c19
|
Don’t memoise assertions - it messes with trait analysis
|
2018-07-03 00:51:57 -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
|
b5c89084fc
|
Fix #851 - prevent null being removed in simplifyUnionType
|
2018-06-30 10:38:37 -04:00 |
|
Matt Brown
|
2fc816a6e1
|
Fix repeated use of spread operator
|
2018-06-28 17:05:50 -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 |
|
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 |
|
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 |
|