Skip to content

Commit 33fa951

Browse files
authored
Merge pull request #16 from mrsuh/php-parser
Php parser
2 parents 74bc2cd + 18db3fc commit 33fa951

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class Test<T,V> extends GenericClass<T> implements GenericInterface<V> { // <--
241241
}
242242
```
243243

244-
:blue_book: You can read more about `monomorphization` [here](https://dev.to/mrsuh/generics-implementation-approaches-3bf0).
244+
:blue_book: You can read more about `monomorphization` [here](https://mrsuh.com/articles/2022/generics-implementation-approaches/).
245245

246246
## Type erasure
247247

@@ -348,7 +348,7 @@ class Test<T,V> extends GenericClass<T> implements GenericInterface<V> { // <--
348348
}
349349
```
350350

351-
:blue_book: You can read more about `type-erasure` [here](https://dev.to/mrsuh/generics-implementation-approaches-3bf0).
351+
:blue_book: You can read more about `type-erasure` [here](https://mrsuh.com/articles/2022/generics-implementation-approaches/).
352352

353353
## Features
354354

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=7.4",
2727
"composer-plugin-api": "^1.0|^2.0",
28-
"mrsuh/php-parser": "95.3.0",
28+
"mrsuh/php-parser": "95.4.0",
2929
"symfony/console": "^4.0|^5.0|^6.0",
3030
"symfony/filesystem": "^4.0|^5.0|^6.0",
3131
"symfony/finder": "^4.0|^5.0|^6.0"

0 commit comments

Comments
 (0)