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 5dc029d commit 26a5effCopy full SHA for 26a5eff
appendices/migration84/new-features.xml
@@ -28,7 +28,7 @@ class Person
28
get => $this->firstName . ' ' . $this->lastName;
29
}
30
31
- // All write operations go though this hook, and the result is what is written.
+ // All write operations go through this hook, and the result is what is written.
32
// Read access happens normally.
33
public string $firstName {
34
set => ucfirst(strtolower($value));
0 commit comments