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 2020814 commit 0469e10Copy full SHA for 0469e10
crates/macros/src/lib.rs
@@ -572,7 +572,7 @@ pub fn php_module(args: TokenStream, input: TokenStream) -> TokenStream {
572
///
573
/// The rest of the options are passed as separate attributes:
574
575
-/// - `#[php(defaults(i = 5, b = "hello")]` - Sets the default value for
+/// - `#[php(defaults(i = 5, b = "hello"))]` - Sets the default value for
576
/// parameter(s).
577
/// - `#[php(optional = i)]` - Sets the first optional parameter. Note that this
578
/// also sets the remaining parameters as optional, so all optional parameters
0 commit comments