bluecherrydvr / bluecherry-apps

Bluecherry surveillance system (server application)
http://www.bluecherrydvr.com
GNU General Public License v2.0
217 stars 68 forks source link

www: fix warning about magic method visibility #675

Closed andrey-utkin closed 8 months ago

andrey-utkin commented 8 months ago

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