- Issue created by @dianacastillo
- 🇺🇸United States dianacastillo Miami
I changed line 44 to say
parent::__construct(...func_get_args());
and the warning went away. Same here
< call_user_func_array('parent::__construct', func_get_args());
---
> parent::__construct(...func_get_args());work for me too.
- 🇮🇳India kanchamk
Here is the patch, can be applied as below
"opigno/tincan": { "3506802 - PHP 8.2 tincan warning https://www.drupal.org/project/opigno_lms/issues/3506802": "https://www.drupal.org/files/issues/2025-07-18/php-8.2-tincan-warning-3506802-5.patch" }