Skip to content

Commit 05eb9fc

Browse files
committed
Use better name
1 parent 1f5e63b commit 05eb9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zend/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl FunctionEntry {
5050
pub type Function = zend_function;
5151

5252
impl Function {
53-
pub fn type_(&self) -> FunctionType {
53+
pub fn function_type(&self) -> FunctionType {
5454
FunctionType::from(unsafe { self.type_ })
5555
}
5656

0 commit comments

Comments
 (0)