Romain Canon
|
680941687b
|
misc: rename GenericAssignerLexer to TypeAliasLexer
|
2021-12-07 18:20:04 +01:00 |
|
Romain Canon
|
4f561290b1
|
misc: delete commented code
|
2021-12-02 22:35:34 +01:00 |
|
Romain Canon
|
5a578ea4c2
|
fix: do not accept shaped array with excessive key(s)
The mapper will now delete the excessive keys given as input to a shaped
array.
|
2021-12-02 22:35:34 +01:00 |
|
Romain Canon
|
d99c59dfb5
|
feat: handle multiline type declaration
The following type will now be handled:
```php
/**
* @var array{
* foo: string,
* bar: int
* }
*/
public array $foo;
```
|
2021-12-01 09:45:33 +01:00 |
|
Romain Canon
|
dd4624c5e0
|
fix: handle correctly iterable source during mapping
|
2021-11-30 13:04:09 +01:00 |
|
Romain Canon
|
5561d018ab
|
fix: handle shaped array integer key
|
2021-11-29 12:17:19 +01:00 |
|
Romain Canon
|
1c628b6675
|
fix: resolve single/double quotes when parsing doc-block type
|
2021-11-29 11:36:11 +01:00 |
|
Romain Canon
|
396f64a524
|
feat: initial release
🎉
|
2021-11-28 18:21:56 +01:00 |
|