Skip to content

Commit 03a3786

Browse files
authored
Merge pull request #87 from roxblnfk/patch-1
Fix indents in Heredoc/Nowdoc samples
2 parents 45e7b47 + ec0204a commit 03a3786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ function allowed()
13491349
compliant
13501350
nowdoc
13511351
COMPLIANT;
1352-
1352+
13531353
var_dump(
13541354
'foo',
13551355
<<<'COMPLIANT'
@@ -1359,7 +1359,7 @@ function allowed()
13591359
compliant
13601360
parameter
13611361
COMPLIANT,
1362-
'bar',
1362+
'bar',
13631363
);
13641364
}
13651365
```

0 commit comments

Comments
 (0)