Skip to content

Commit e0568aa

Browse files
committed
Update
1 parent c49899d commit e0568aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/zend/_type.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ impl ZendType {
8383
flags |= _ZEND_TYPE_NULLABLE_BIT
8484
}
8585
cfg_if::cfg_if! {
86-
if #[cfg(php83)] {
87-
flags |= crate::ffi::_ZEND_TYPE_LITERAL_NAME_BIT
88-
} else {
89-
flags |= crate::ffi::_ZEND_TYPE_NAME_BIT
90-
}
86+
if #[cfg(php83)] {
87+
flags |= crate::ffi::_ZEND_TYPE_LITERAL_NAME_BIT
88+
} else {
89+
flags |= crate::ffi::_ZEND_TYPE_NAME_BIT
90+
}
9191
}
9292

9393
Some(Self {

0 commit comments

Comments
 (0)