cannod / moodle-drupalservices

Moodle plugin to connect to Drupal services
36 stars 25 forks source link

Deprecated: Methods with the same name as their class will not be constructors... #93

Open ghost opened 4 years ago

ghost commented 4 years ago

Moodle 3.8 Drupal 8.7 PHP 7.3 MariaDB 10.3

On first install I got this error:

PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; auth_plugin_drupalservices has a deprecated constructor in /.../.../moodle/auth/drupalservices/auth.php on line 39

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; auth_plugin_drupalservices has a deprecated constructor in /..../.../moodle/auth/drupalservices/auth.php on line 39

Please fix it.