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 38fc265 commit 1ba420bCopy full SHA for 1ba420b
src/AbstractValue.php
@@ -136,7 +136,7 @@ public static function optional($rawValue)
136
* This method performs an equality check on other instances or raw values.
137
* Objects are considered equal if and only if they are instances of the same
138
* subclass and carry the same value(). All other values are considered equal
139
- * if and only if they are identical (===) to the current objects's value().
+ * if and only if they are identical (===) to the current object's value().
140
*
141
* @param mixed|static $testValue
142
* @return bool
0 commit comments