We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31739fb commit 078d94cCopy full SHA for 078d94c
src/functions.php
@@ -13,7 +13,7 @@ function equals(mixed $a, mixed $b): bool
13
if ($a instanceof Equatable) {
14
try {
15
return $a->equals($b);
16
- } catch (\TypeError $e) {
+ } catch (\TypeError) {
17
return false;
18
}
19
0 commit comments