paragonie / ciphersweet

Fast, searchable field-level encryption for PHP projects
https://ciphersweet.paragonie.com
Other
439 stars 32 forks source link

PHP8 warning: Private methods cannot be final as they are never overridden by other classes #56

Closed PhilETaylor closed 4 years ago

PhilETaylor commented 4 years ago
PHP Warning:  Private methods cannot be final as they are never overridden by other classes in /var/www/vendor/paragonie/ciphersweet/src/Util.php on line 373
PhilETaylor commented 4 years ago

May be fixed by #57