Matthew Brown
|
4de33e509b
|
Fix linting issues
|
2018-07-21 22:55:16 -04:00 |
|
Matthew Brown
|
cc28ff7ad6
|
Fix #904 - scan all docblocks for possible @psalm-type annotations
|
2018-07-21 22:24:33 -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 |
|
Matthew Brown
|
39870f97c4
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -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
|
e836f69ca2
|
Fix #502 - check for bad generator return in more places
|
2018-07-15 17:47:58 -04:00 |
|
Matthew Brown
|
1e54c61fde
|
Fix #18 - add support for @psalm-type
|
2018-07-15 17:23:17 -04:00 |
|
Matthew Brown
|
f9ba8d7167
|
Fix #573 - improve required param message
|
2018-07-13 20:17:29 -04:00 |
|
Matthew Brown
|
fee705f90c
|
Fix #489 - support @psalm-template
|
2018-07-13 19:09:35 -04:00 |
|
Matthew Brown
|
91f7cdf134
|
Fix #890 - improve reporting site for some method issues
|
2018-07-13 18:47:21 -04:00 |
|
Matthew Brown
|
1589b2a01e
|
Fix #269 - allow trigger_error to count as exit statement
|
2018-07-13 18:36:25 -04:00 |
|
Matthew Brown
|
4172952e8b
|
Fix #306 - add support for typing generators
|
2018-07-13 17:34:44 -04:00 |
|
Matthew Brown
|
a8a504c3b9
|
Fix #889 - allow variables defined in try to avoid isset issues
|
2018-07-13 14:06:01 -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 |
|
Matthew Brown
|
d41a9a8dcc
|
Fix #806 - allow specification of functions and static methods that exit
|
2018-07-12 23:26:08 -04:00 |
|
Matthew Brown
|
5ea8b86b7c
|
Resolve as many names as possible in the parsing stage
|
2018-07-12 21:25:06 -04:00 |
|
Matt Brown
|
7713c7a8d6
|
Use continue 2 in place of continue
|
2018-07-12 18:04:05 -04:00 |
|
Matt Brown
|
f6b15a4a5a
|
Fix #847 - only warn about LessSpecificReturnType when method is not overridden
|
2018-07-12 16:57:24 -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 |
|
Tyson Andre
|
66f6d4b1ea
|
Allow empty default of 0 for optional parameter in magic method (#880)
Fixes #879
`!= ''` will reject both null and '', but not `0`
|
2018-07-10 16:01:44 -04:00 |
|
SignpostMarv
|
3eb027d371
|
875 addendum (#876)
* testing port
* testing return values with port
* removing redundant assertions
* forgot to return ¬_¬
* Fix build
|
2018-07-10 00:08:53 -04:00 |
|
Matt Brown
|
166706a35d
|
Fix #875 - improve return types for parse_url
|
2018-07-09 14:37:14 -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 |
|
Matthew Brown
|
cd4bb75d80
|
Fix #871 - handle gettimeofday args
|
2018-07-07 20:35:24 -04:00 |
|
Matthew Brown
|
0d62431cfb
|
Fix #870 - improve magic method type handling
|
2018-07-07 00:06:05 -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 |
|
Matt Brown
|
7e09f59825
|
Fix #868 - improve return type of version_compare
|
2018-07-06 13:09:05 -04:00 |
|
Matthew Brown
|
ced0aef34d
|
Clean out assertions before re-examining loop
|
2018-07-06 00:36:11 -04:00 |
|
Matthew Brown
|
8a4d7e12bd
|
Fix issues found by scanning PHPCS
|
2018-07-05 23:02:09 -04:00 |
|
Matthew Brown
|
c4fd6aa18d
|
Allow break/continue inside do
|
2018-07-05 21:03:44 -04:00 |
|
Matt Brown
|
71b2420c83
|
Fix #865 - support literals in return types
|
2018-07-05 17:25:26 -04:00 |
|
Matt Brown
|
af14d6982f
|
Fix #863 - MixedTypeCoercion is more appropriate in many cases
|
2018-07-05 10:11:04 -04:00 |
|
Matthew Brown
|
6090355241
|
Add possible fix for unevaluated classlikes
|
2018-07-04 14:32:58 -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
|
ec1f7ba7be
|
Add exception for case that shouldn’t appear
|
2018-07-03 08:09:00 -04:00 |
|
Matthew Brown
|
5623aa1c19
|
Don’t memoise assertions - it messes with trait analysis
|
2018-07-03 00:51:57 -04:00 |
|
Matthew Brown
|
5860fcf59d
|
We can reason about ORed conditions in while loops now
|
2018-07-02 23:46:51 -04:00 |
|