Skip to content

Commit 6641b75

Browse files
committed
Update docs
1 parent 61face7 commit 6641b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `Features` interface describes multiple project features. This interface ext
66

77
```php
88
interface Features extends Feature{
9-
public function include( Feature ...$features ): void;
9+
public function include( Feature $feature ): void;
1010
}
1111
```
1212

0 commit comments

Comments
 (0)