Brown
|
23c37f829d
|
Move covariant tests into their own place
|
2019-11-14 11:42:16 -05:00 |
|
Brown
|
939be92f29
|
Fix stubbing in end-to-end tests
|
2019-11-14 11:03:41 -05:00 |
|
Brown
|
a5c3304853
|
Add support for if replacement
|
2019-11-14 11:03:16 -05:00 |
|
Matthew Brown
|
8154a9ef16
|
Fix #2340 - don’t stub functions unnecessarily
|
2019-11-14 09:27:19 -05:00 |
|
Matthew Brown
|
5fabf41c8e
|
Check for not-callable return value
|
2019-11-14 07:57:22 -05:00 |
|
Matthew Brown
|
0b1f83ff98
|
Fix #2346 - map covariance of templated return types when extending with more params
|
2019-11-14 07:45:20 -05:00 |
|
Brown
|
00be4c2071
|
Mark var as unused
|
2019-11-13 15:06:22 -05:00 |
|
Brown
|
fe5e675881
|
Improve unvariable removal
|
2019-11-13 15:05:21 -05:00 |
|
Brown
|
c9e7dcfa92
|
Fix false positive UnusedVariable
|
2019-11-13 14:32:27 -05:00 |
|
Brown
|
7516b7b0cf
|
Fix #2336 - detect used variable in mixed array offset
|
2019-11-13 13:38:34 -05:00 |
|
Brown
|
4be3180512
|
Add more impure functions
|
2019-11-13 13:22:04 -05:00 |
|
Matthew Brown
|
975ff9250b
|
Fix #2328 - don’t crash on unexpected divider
|
2019-11-13 01:13:29 -05:00 |
|
Brown
|
7b719915f5
|
Fix style things
|
2019-11-12 10:21:27 -05:00 |
|
Brown
|
25b60eb944
|
Fix #2325 - ignore unused vars with $_ prefix
|
2019-11-12 10:20:34 -05:00 |
|
Brown
|
7f5af741f7
|
Improve assertion calculation on mixed vars
|
2019-11-12 10:12:07 -05:00 |
|
Matthew Brown
|
7012bedf4e
|
Fix #2326 - substitute static more responsibly in generic objects
|
2019-11-12 08:01:22 -05:00 |
|
Matthew Brown
|
b1aae0d1a5
|
Fix more try/catch stuff
|
2019-11-12 00:52:10 -05:00 |
|
Brown
|
51557c44ea
|
Evaluate finally blocks at the end of every catch
|
2019-11-11 18:38:33 -05:00 |
|
Brown
|
da03902f76
|
Fix handling of do... while vars defined in try
|
2019-11-11 18:24:43 -05:00 |
|
Brown
|
f22266b2ff
|
Improve reasoning around try/catch possibly-undefined vars
|
2019-11-11 17:42:46 -05:00 |
|
Brown
|
1a54aa5752
|
Fix test
|
2019-11-11 17:07:26 -05:00 |
|
Brown
|
cd2f8e7d65
|
Fix memory corruption
|
2019-11-11 16:56:44 -05:00 |
|
Brown
|
935bad9d2c
|
Fix erroneous unused variable
|
2019-11-11 16:52:55 -05:00 |
|
Brown
|
d15989c975
|
Allow catch to assume no try statements completed
|
2019-11-11 15:17:53 -05:00 |
|
Brown
|
658f86c277
|
Fix #2324 - avoid fatal error on self string in callable
|
2019-11-11 14:59:05 -05:00 |
|
Brown
|
fbd1cf0a71
|
Fix #2322 - don’t update outer context if elseif has no leaving statements
|
2019-11-11 11:46:27 -05:00 |
|
Brown
|
589ab5400a
|
Fix ArrayAccess test
|
2019-11-11 10:48:14 -05:00 |
|
Brown
|
96586f16c0
|
Fix phpcs issues
|
2019-11-11 10:11:42 -05:00 |
|
Brown
|
af5f83602e
|
Break out more specific possibly defined offset errors
|
2019-11-11 09:59:56 -05:00 |
|
Brown
|
46d163996e
|
Fix #2321 - prevent inferred template coercion
|
2019-11-11 09:14:34 -05:00 |
|
Bruce Weirdan
|
79acbadfad
|
Added InvalidParent issue (#2320)
Refs vimeo/psalm#2304
|
2019-11-11 00:21:43 -05:00 |
|
Matthew Brown
|
2fc7f5fdf7
|
Fix #1830 - infer key type after array_key_exists check
|
2019-11-10 14:23:53 -05:00 |
|
ADmad
|
065653c58f
|
Fix param name in example (#2317)
|
2019-11-09 16:26:06 -05:00 |
|
Matthew Brown
|
94d4b876ba
|
Fix #2177 - mark variables in try block as potentially undefined
|
2019-11-09 12:25:30 -05:00 |
|
Matthew Brown
|
62a3598ed3
|
Fix #2197 - prevent false positive from try in while
|
2019-11-09 11:01:48 -05:00 |
|
Matthew Brown
|
7028a64440
|
Fix #2204 - fix try/catch false-positive
|
2019-11-09 10:39:21 -05:00 |
|
Brown
|
4e5af3490a
|
Fix #2315 - allow Traversable->iterable templated casting
|
2019-11-08 13:11:01 -05:00 |
|
Brown
|
895737d8be
|
Fix style
|
2019-11-08 12:49:53 -05:00 |
|
Brown
|
1b6b8fdba3
|
Pin PHP Parser to 4.2 for now
|
2019-11-08 12:18:28 -05:00 |
|
Brown
|
ac6256e645
|
Fix #2312, improve understanding of template replacement
|
2019-11-08 11:56:41 -05:00 |
|
Joram Schrijver
|
c97ba8f713
|
Implement type-checking and forbidding for print (#2314)
* Add type-checking for print
* Allow print to be forbidden
|
2019-11-08 07:01:34 -05:00 |
|
Joram Schrijver
|
e79a0cc8f0
|
Make --init use vendor-dir from composer.json (#2313)
|
2019-11-08 06:59:04 -05:00 |
|
Baptiste Clavié
|
5217156068
|
Support comments in ErrorBaseline (#2311)
|
2019-11-07 13:03:18 -05:00 |
|
Brown
|
3d7b34e7f6
|
Fix #2273 - ensure all template params are bound
|
2019-11-07 11:03:41 -05:00 |
|
Brown
|
3cf16c8ef3
|
Add back arg
|
2019-11-07 09:56:27 -05:00 |
|
Brown
|
86b6801066
|
Fix #2294 - detect invalid callble due to __invoke
|
2019-11-07 09:39:24 -05:00 |
|
Brown
|
64996f464e
|
Prevent empty array workaround to #2308
|
2019-11-06 16:59:08 -05:00 |
|
Brown
|
06b64a4a01
|
Detect erroneous use of empty check on bools
|
2019-11-06 16:14:46 -05:00 |
|
Brown
|
3e98c800ec
|
Fix #2309 - prevent closure-inferred generic template params overwriting parent ones
|
2019-11-06 13:13:02 -05:00 |
|
Brown
|
a8ed6ba9c4
|
Fix #2308 - prevent specialisation from bound params
|
2019-11-06 11:20:51 -05:00 |
|