origgami / CMB2-grid

A grid system for Wordpress CMB2 library that allows columns creation
88 stars 21 forks source link

Support for php 8.0 #51

Closed Mte90 closed 2 years ago

Mte90 commented 2 years ago

I am getting this error:

Warning: Private methods cannot be final as they are never overridden by other classes in /srv/www/boilerplate/public_html/wp-content/plugins/WordPress-Plugin-Boilerplate-Powered/plugin-name/vendor/cmb2-grid/DesignPatterns/Singleton.php on line 30

It should be enough to remove the final keyword https://github.com/origgami/CMB2-grid/blob/master/DesignPatterns/Singleton.php#L30