Skip to content

Commit 4cdbcb5

Browse files
authored
Add function parameter example to nowdoc section
Resolves #30
1 parent 318af74 commit 4cdbcb5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spec.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,18 @@ function allowed()
12761276
compliant
12771277
heredoc
12781278
COMPLIANT;
1279+
1280+
var_dump(
1281+
'foo',
1282+
<<<'COMPLIANT'
1283+
This
1284+
is
1285+
a
1286+
compliant
1287+
parameter
1288+
COMPLIANT,
1289+
'bar',
1290+
);
12791291
}
12801292
```
12811293

0 commit comments

Comments
 (0)