Skip to content

Commit 078d94c

Browse files
committed
Remove unused var
1 parent 31739fb commit 078d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function equals(mixed $a, mixed $b): bool
1313
if ($a instanceof Equatable) {
1414
try {
1515
return $a->equals($b);
16-
} catch (\TypeError $e) {
16+
} catch (\TypeError) {
1717
return false;
1818
}
1919
}

0 commit comments

Comments
 (0)