Skip to content

Explicitly declare all class properties

Andrew Ruthven requested to merge fix-dynamic-property into master

PHP 8.2.0 has deprecated dynamic creation of properties.

This kind of warning message is displayed:

Deprecated: Creation of dynamic property DAViCalSession::$login_failed is deprecated in /usr/share/awl/inc/Session.php on line 153

Merge request reports