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 590b583 commit 51bcf16Copy full SHA for 51bcf16
exercises/all-mixed-up/problem/problem.md
@@ -1,4 +1,4 @@
1
-As alluded to earlier in `Unit The Types` PHP's type system has been constantly and consistently growing for a long time.
+As alluded to earlier in `Unite The Types` PHP's type system has been constantly and consistently growing for a long time.
2
3
PHP8 comes with a new type `mixed` which is essentially a union of `array|bool|callable|int|float|object|resource|string|null`.
4
0 commit comments