Skip to content

Commit cd060d7

Browse files
committed
Cleanup
1 parent b8aab49 commit cd060d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zend/class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl ClassEntry {
6262
return true;
6363
}
6464

65-
return unsafe { instanceof_function_slow(self as _, other as _) };
65+
unsafe { instanceof_function_slow(self as _, other as _) }
6666
}
6767

6868
/// Returns an iterator of all the interfaces that the class implements.

0 commit comments

Comments
 (0)