mtekk / Breadcrumb-NavXT

The longest maintained Breadcrumb plugin for WordPress
https://mtekk.us/code/breadcrumb-navxt
51 stars 25 forks source link

Prefix PHP default classes with `\` #275

Closed mtekk closed 2 years ago

mtekk commented 2 years ago

Not doing this may lead some PHP installs to throw errors looking for impossible types.

mtekk commented 2 years ago

So, we can't actually do this. PHP7 disallows this resulting in the following message: Fatal error: Type declaration 'string' must be unqualified