On Wed, Oct 13, 2021 at 11:17 AM Guilliam Xavier <[email protected]> wrote:
> Off-topic:
>
> if ( class_exists('\\WeakMap') ) {
>>
>
> People should stop using a leading slash in FQCN *strings*. \Foo::class
> is "Foo", not "\Foo". It might work generally but that's asking for
> problems (e.g. for autoloaders).
>
> (Sorry.)
>
And of course I mistyped "leading backslash"... Also externals.io seems to
strip them, so: \\Foo::class is "Foo", not "\\Foo".
