Commit Graph

142 Commits

Author SHA1 Message Date
Andreas Frömer
ba7df7e621 Add test for docblock parsing 2020-05-06 08:52:35 +02:00
Andreas Frömer
c8fef049d3 Update Codestyle issues 2020-05-06 08:52:35 +02:00
Andreas Frömer
b205ccdf21 Add multiline generic support
This solves #42
2020-05-06 08:52:35 +02:00
Ondrej Mirtes
7093385390
Fix CS 2020-05-04 22:59:45 +02:00
Ondrej Mirtes
3dfe57b7d0
Fix 2020-05-04 22:56:35 +02:00
Ondrej Mirtes
d840b6956b
Fix parsing const fetches with wildcard in complex types 2020-05-04 22:48:07 +02:00
Andreas Frömer
486b638ff9
Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
Ondrej Mirtes
d4c4cd3cae
Test parseTagValue() with ConstTypeNode 2020-05-04 11:11:57 +02:00
Ondrej Mirtes
956e7215c7
Support for parsing @mixin Type [description] 2020-05-02 09:04:38 +02:00
Ondrej Mirtes
fde6cca6d9
ConstFetchNode - supports all constants wildcard 2020-04-30 19:38:30 +02:00
Ondrej Mirtes
cfd8285ccc
Fix CS 2020-04-30 17:23:07 +02:00
Ondrej Mirtes
3170d7d858
Wildcard constants 2020-04-30 16:24:29 +02:00
Ondrej Mirtes
4f03df6e39
Fix 2020-04-30 15:54:19 +02:00
Ondrej Mirtes
d60ff778be
Support ConstExprNode as type 2020-04-30 15:52:09 +02:00
Ondrej Mirtes
c3aaad7ef5
How is callable type node with mixed variadic argument parsed? 2020-04-25 14:17:29 +02:00
Ondrej Mirtes
d8d9d46453
Fix 2020-04-13 18:28:46 +02:00
Ondrej Mirtes
97a0114d7f
Array shapes - support single-quoted and double-quoted strings 2020-04-13 18:19:13 +02:00
Ondrej Mirtes
9285b879a8
More stable build without network downloads 2020-04-04 19:12:43 +02:00
Ondrej Mirtes
48f94ddb9b
Fix build 2020-02-27 03:29:44 +01:00
Ondrej Mirtes
e2b89c5119
Some extra tests for callable syntax 2020-02-27 02:26:54 +01:00
Ilija Tovilo
928179efc5 Fix parsing of [] in various cases - closes #36
* Array shapes
* Generics
* $this
* Nullables
2020-01-25 21:42:48 +01:00
Andreas Möller
1a80f73d97 Enhancement: Keep packages sorted in composer.json 2019-12-20 13:34:57 +01:00
Andreas Möller
62d2239276 Fix: Run 'composer normalize' 2019-12-20 13:34:57 +01:00
Andreas Möller
419cd68af3 Enhancement: Run ergebnis/composer-normalize in check target 2019-12-20 13:34:57 +01:00
Ondrej Mirtes
a6d1352464
Fix @var tag with $this 2019-12-13 13:03:22 +01:00
Ondrej Mirtes
0331e880c0
Reserve @use for generic traits instead of @uses (which already has meaning in PHP projects) 2019-12-05 21:43:52 +01:00
Ondrej Mirtes
51a9bf6f56
More understandable parser error message 2019-11-21 21:52:51 +01:00
Ondrej Mirtes
62c6de624f
@template T as bound 2019-11-18 23:11:38 +01:00
Arnaud Le Blanc
3edb51540b Add @template-covariant support 2019-11-07 10:39:17 +01:00
Max Loeb
18b0e92b63 lint 2019-10-26 21:40:39 +02:00
Max Loeb
9186b5f8aa lint 2019-10-26 21:40:39 +02:00
Max Loeb
8a1b0c7090 commas on next line 2019-10-26 21:40:39 +02:00
Max Loeb
e81bfd8679 support trailing commas 2019-10-26 21:40:39 +02:00
Max Loeb
f9e4a3b8cb single comma 2019-10-26 21:40:39 +02:00
Max Loeb
487a6975be add test with asterisks 2019-10-26 21:40:39 +02:00
Max Loeb
cbcf081a8c explicit null check 2019-10-26 21:40:39 +02:00
Max Loeb
15677da35a fix unrelated phpstan error 2019-10-26 21:40:39 +02:00
Max Loeb
c8ffa3e787 consume newlines 2019-10-26 21:40:39 +02:00
Jan Tvrdik
b23fbb14d5 PhpDocParser: support phpstan and psalm prefixes 2019-10-06 14:45:32 +02:00
Jan Tvrdik
b3040ade88 TemplateTagValueNode: $bound is nullable 2019-10-06 13:28:39 +02:00
Ondrej Mirtes
3e956143ed
Support class-string 2019-09-25 14:33:43 +02:00
Ondrej Mirtes
3067163e45
No need for test lowest dependencies anymore 2019-09-16 21:37:16 +02:00
Ondrej Mirtes
48340dcad0
Skip PHPCS on PHP 7.4 2019-09-16 21:36:39 +02:00
Ondrej Mirtes
e65b5533c7
Strict rules 2019-09-16 21:24:59 +02:00
Ondrej Mirtes
970951eef0
Issue workaround 2019-09-16 21:24:59 +02:00
Andrey Bolonin
f461deba8e add php 7.4snapshot 2019-07-16 13:52:32 +02:00
Ondrej Mirtes
2b0db7c2c3
Updated PHPStan 2019-07-16 13:14:05 +02:00
Ondrej Mirtes
f6ab3f88c4
Open 0.4-dev 2019-07-16 12:59:42 +02:00
Arnaud Le Blanc
14346cb8b0 Support @extends, @implements, @uses 2019-07-16 12:48:12 +02:00
Arnaud Le Blanc
8c4ef2aefd Add parse error test 2019-06-07 21:13:52 +02:00