mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
8ad4c4e024
$hadNamespace was ambiguously named, so the original PHP 8 support update marked it true when it was strictly meant to indicate that a namespace separator token had been encountered, resulting in bungled parsing of complex class specs like Class(["arg" => true]).