Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit b459b73

Browse files
committed
Enhance README.md
1 parent f5712a8 commit b459b73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ function bar(int $a = null, string $b, bool $c, callable $d = null) : float
5252
}
5353
```
5454

55+
## Features
56+
57+
Supports:
58+
59+
* functions
60+
* methods of classes and traits
61+
* method definitions in interfaces
62+
* PHPDoc inheritance
63+
5564
## Credits
5665

5766
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).

0 commit comments

Comments
 (0)