We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e781 commit 922db76Copy full SHA for 922db76
1 file changed
README-LanguageDraft-2.0.md
@@ -84,7 +84,7 @@
84
## 1.6. Classes with optional interface and data validation
85
86
```
87
- class Car[ implements CarInterface [validated-by CarData]
+ class Car[ implements CarInterface] [validated-by CarData]
88
private $tireCount = 4
89
private $color = "red"
90
0 commit comments