Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ function allowed()
compliant
nowdoc
COMPLIANT;

var_dump(
'foo',
<<<'COMPLIANT'
Expand All @@ -1359,7 +1359,7 @@ function allowed()
compliant
parameter
COMPLIANT,
'bar',
'bar',
);
}
```
Expand Down