Matt Brown
|
e8c91bc748
|
Mark failing tests incomplete
|
2016-12-09 13:26:40 -05:00 |
|
Matt Brown
|
5077424844
|
Fix a bunch of tests to not emit issues on echo
|
2016-12-09 13:04:08 -05:00 |
|
Matt Brown
|
b3106c68bb
|
Fix #6 - raise error with erroneous __toString
|
2016-12-09 12:48:02 -05:00 |
|
Matt Brown
|
ce3b24bf5f
|
Fix #8 - defer always to call map if function not user-defined
|
2016-12-09 12:07:47 -05:00 |
|
Matt Brown
|
e6ff24b8d2
|
Fix assignment in elseif
|
2016-12-09 12:06:14 -05:00 |
|
Matt Brown
|
c9557d47ce
|
Fix exponentiation and modulo type inference
|
2016-12-08 16:37:14 -05:00 |
|
Matt Brown
|
d8f0a40d99
|
Improve param class hilighting
|
2016-12-08 16:23:07 -05:00 |
|
Matt Brown
|
117645ac73
|
Account for off-by-one issue in PhpParser
|
2016-12-08 15:57:18 -05:00 |
|
Matthew Brown
|
a5195b2571
|
Add JSON output format
|
2016-12-07 22:38:57 -05:00 |
|
Matt Brown
|
55a060b53a
|
Add support for closure checks
|
2016-12-07 14:13:39 -05:00 |
|
Matthew Brown
|
49334f8e46
|
Add bootstrap
|
2016-12-07 00:21:46 -05:00 |
|
Matthew Brown
|
565750aa77
|
Add Switch type test
|
2016-12-06 13:51:10 -05:00 |
|
Matthew Brown
|
638fdad3ad
|
Add support for PHP 7.1 iterable pseudo-type
|
2016-12-04 21:04:25 -05:00 |
|
Matthew Brown
|
f0939952d4
|
Add extra array assignment tests
|
2016-12-04 19:33:42 -05:00 |
|
Matthew Brown
|
03d8a4ab0b
|
Add support for array destructuring with keys
|
2016-12-04 14:14:00 -05:00 |
|
Matthew Brown
|
b912dd2777
|
Add support for array destructuring
|
2016-12-04 13:35:38 -05:00 |
|
Matthew Brown
|
7cb6891a0b
|
Add support for class constant visibility
|
2016-12-04 01:44:33 -05:00 |
|
Matthew Brown
|
d7c6e84a0d
|
Add test for PHP 7.1 nullable types
|
2016-12-03 23:03:51 -05:00 |
|
Matthew Brown
|
ded2cb5460
|
Add (skipped) test for #1
|
2016-11-21 16:48:35 -05:00 |
|
Matthew Brown
|
0cb3b828b8
|
Add support for oldstyle constructors
|
2016-11-21 14:36:06 -05:00 |
|
Matthew Brown
|
6822f46a2c
|
Add suppprt for PHP 7.0 grouped uses
|
2016-11-20 22:40:19 -05:00 |
|
Matthew Brown
|
df18ad27d2
|
Add lots of tests for use
|
2016-11-20 21:49:29 -05:00 |
|
Matthew Brown
|
4a66dad2ac
|
Improve interface inheritance
|
2016-11-20 11:51:19 -05:00 |
|
Matthew Brown
|
31aa1c3ce5
|
Fix PHPDoc-style type parsing
|
2016-11-20 02:52:34 -05:00 |
|
Matthew Brown
|
2a9e138a14
|
Add failing array addition tests
|
2016-11-13 14:36:29 -05:00 |
|
Matthew Brown
|
3b1dfd0942
|
Fix issue combining generic and object-like
|
2016-11-13 11:54:40 -05:00 |
|
Matthew Brown
|
6d7dc41756
|
Update tests with spaces
|
2016-11-13 11:24:25 -05:00 |
|
Matthew Brown
|
8c64dfd7fb
|
Add return types everywhere
|
2016-11-11 17:13:30 -05:00 |
|
Matthew Brown
|
5046caa240
|
Add some useful inheritance tests
|
2016-11-07 17:19:21 -05:00 |
|
Matthew Brown
|
7d6ac4719f
|
Fix offset assignment creation
|
2016-11-05 20:17:22 -04:00 |
|
Matthew Brown
|
b3f3a20928
|
Correctly evaluate $this and self in property/return types
|
2016-11-05 18:31:09 -04:00 |
|
Matthew Brown
|
c5591adf10
|
Add support for global in functions and mixed inferred return errors
|
2016-11-05 17:54:34 -04:00 |
|
Jon Ursenbach
|
27c2db1d1d
|
PSR-2
|
2016-11-02 17:50:54 -04:00 |
|
Matthew Brown
|
d27e06cc86
|
Fix interface inheritance
|
2016-11-02 12:14:21 -04:00 |
|
Matthew Brown
|
5cc5bd4ed4
|
Fix tests to all have property types
|
2016-11-01 14:32:19 -04:00 |
|
Matthew Brown
|
4d5b0abb74
|
Add explicit value tracking
|
2016-10-30 19:52:35 -04:00 |
|
Matthew Brown
|
98437c52db
|
Check closure params to see if they align with array_map/array_filter args
|
2016-10-29 22:17:46 -04:00 |
|
Matthew Brown
|
4bf07d0adb
|
Add support for PHPDoc array style
|
2016-10-29 20:57:03 -04:00 |
|
Matthew Brown
|
95be3c4a05
|
Interpret variadic params as arrays
|
2016-10-29 20:50:24 -04:00 |
|
Matthew Brown
|
b31ac4a862
|
Removed object-like type descriptor in favour of array{} syntax
|
2016-10-28 13:24:06 -04:00 |
|
Matthew Brown
|
3578db69fc
|
Add interface inheritance test
|
2016-10-24 19:20:28 -04:00 |
|
Matthew Brown
|
ce95275878
|
Fix more Psalm bugs found by Psalm
|
2016-10-23 12:24:53 -04:00 |
|
Matthew Brown
|
6d8e722a77
|
Add support for anonymous classes
|
2016-10-20 20:54:17 -04:00 |
|
Matthew Brown
|
6283553d19
|
Properly clear cache
|
2016-10-20 18:16:17 -04:00 |
|
Matthew Brown
|
d71d439e25
|
Closure basically implements callable
|
2016-10-20 18:05:28 -04:00 |
|
Matthew Brown
|
8c23d0829a
|
Add typed support for spaceship operator
|
2016-10-20 14:28:16 -04:00 |
|
Matthew Brown
|
a4644a0e4a
|
Add support for Generator types
|
2016-10-20 14:28:16 -04:00 |
|
Matthew Brown
|
74abadf6c7
|
Add checkable return type for Generator
|
2016-10-20 11:31:39 -04:00 |
|
Matthew Brown
|
23529a6f70
|
Add more complicated yield test
|
2016-10-20 11:31:19 -04:00 |
|
Matthew Brown
|
8be174999e
|
Add more failing PHP7.0 tests
|
2016-10-20 00:47:10 -04:00 |
|