Address Psalm errors

This commit is contained in:
Ben Ramsey
2020-01-03 11:29:41 -06:00
parent c0a2ef7d15
commit 8e79ff851a
28 changed files with 159 additions and 11 deletions
+4
View File
@@ -50,6 +50,10 @@ interface UuidInterface extends JsonSerializable, Serializable
* The result is true if and only if the argument is not null, is a UUID
* object, has the same variant, and contains the same value, bit for bit,
* as the UUID.
*
* @param object|null $other An object to test for equality with this UUID
*
* @return bool True if the other object is equal to this UUID
*/
public function equals(?object $other): bool;