Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www: fix warning about magic method visibility
PHP Warning: The magic method VarPub::__wakeup() must have public visibility in www/lib/VarPub.php on line 10 Found by for x in $(find * -name '*.php' | grep -v /vendor/); do php -l $x; done
- Loading branch information