Skip to content

Commit 88dd66d

Browse files
committed
updated the README.md
1 parent 3b836ea commit 88dd66d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $parserResult->get(MyMetadata::class)->get('data1') === 'value2';
5757
$ composer require doctrine/annotations
5858

5959
#### 2. The attribute parser require a PHP version grater than 8.0.
60+
#### 3. The `parse()` methods accept an instance of `Reflector`, so that, for parse a method of a class(for example), you can use a `ReflectionMethod` instance.
6061

6162
## Development.
6263

0 commit comments

Comments
 (0)