1
0
Fork 0

Merge branch 'master' into foreach-infinite-loop

pull/567/head
Philip Nelson 2017-12-28 08:42:34 +11:00
commit bb54cc242b
No known key found for this signature in database
GPG Key ID: 8C8235644C5E2279
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ foreach ($bar->test() as $value) {
$ $
} }
foreach ($unknownArray as $unknown) { foreach ($unknownArray as $member->access => $unknown) {
$unkno $unkno
} }