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 1affe59 commit c38da93Copy full SHA for c38da93
README.md
@@ -61,10 +61,10 @@ var_dump($completedSmartscraper->request_id);
61
62
## Value Objects
63
64
-It is recommended to use the `with` constructor `Dog::with(name: "Joey")`
+It is recommended to use the static `with` constructor `Dog::with(name: "Joey")`
65
and named parameters to initialize value objects.
66
67
-However builders are provided as well `(new Dog)->withName("Joey")`.
+However, builders are also provided `(new Dog)->withName("Joey")`.
68
69
### Handling errors
70
0 commit comments