We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dd867 commit 1de4beeCopy full SHA for 1de4bee
tests/src/integration/defaults/mod.rs
@@ -12,6 +12,7 @@ pub fn test_defaults_nullable_string(a: Option<String>) -> Option<String> {
12
a
13
}
14
15
+#[allow(clippy::unnecessary_wraps)]
16
#[php_function]
17
#[php(defaults(a = None, b = None))]
18
pub fn test_defaults_multiple_option_arguments(
0 commit comments