FAQ | This is a LIVE service | Changelog

Skip to content

Fix constructor deprecation warning

UIS DevOps Division Robot requested to merge fix-constructor-deprecation into master

Created by: jw35

Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'

Merge request reports