Skip to content

Commit 0774582

Browse files
authored
Merge pull request #34 from TimWolla/patch-3
Use correct terminology in heredoc/nowdoc example
2 parents 318af74 + 0885978 commit 0774582

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
@@ -1261,7 +1261,7 @@ compliant way:
12611261
```php
12621262
function allowed()
12631263
{
1264-
$allowed = <<<COMPLIANT
1264+
$allowedHeredoc = <<<COMPLIANT
12651265
This
12661266
is
12671267
a
@@ -1274,7 +1274,7 @@ function allowed()
12741274
is
12751275
a
12761276
compliant
1277-
heredoc
1277+
nowdoc
12781278
COMPLIANT;
12791279
}
12801280
```

0 commit comments

Comments
 (0)