Skip to content

Commit 20c88f3

Browse files
authored
Merge pull request #33 from TimWolla/patch-2
Add function parameter example to nowdoc section
2 parents 4a25fb1 + 4cdbcb5 commit 20c88f3

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
@@ -1282,6 +1282,18 @@ function allowed()
12821282
compliant
12831283
nowdoc
12841284
COMPLIANT;
1285+
1286+
var_dump(
1287+
'foo',
1288+
<<<'COMPLIANT'
1289+
This
1290+
is
1291+
a
1292+
compliant
1293+
parameter
1294+
COMPLIANT,
1295+
'bar',
1296+
);
12851297
}
12861298
```
12871299

0 commit comments

Comments
 (0)