mtekk / Breadcrumb-NavXT

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

Look at PHP5.6 Compatibility #261

Closed mtekk closed 2 years ago

mtekk commented 2 years ago

At a minimum we can't type hint non-objects in PHP5.6 (that's a PHP7 feature). Let's see how much of a mess it is to remove type hinting of bool, float, int, and string.