We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 318af74 + 0885978 commit 0774582Copy full SHA for 0774582
spec.md
@@ -1261,7 +1261,7 @@ compliant way:
1261
```php
1262
function allowed()
1263
{
1264
- $allowed = <<<COMPLIANT
+ $allowedHeredoc = <<<COMPLIANT
1265
This
1266
is
1267
a
@@ -1274,7 +1274,7 @@ function allowed()
1274
1275
1276
compliant
1277
- heredoc
+ nowdoc
1278
COMPLIANT;
1279
}
1280
```
0 commit comments