Describe the bug
When upgrading sites to PHP 8.4 there is now a depreciation notice related to the Workgroup:Api
Current warning that is output:
Deprecated: Drupal\stanford_samlauth\Service\WorkgroupApi::callApi(): Implicitly marking parameter $workgroup as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/custom/stanford_samlauth/src/Service/WorkgroupApi.php on line 168
To Reproduce
Steps to reproduce the behavior:
- Upgrade Drupal 11 site's PHP to v8.4
- Clear cache
- Deprecated warning appears
Expected behavior
No deprecated warning
Describe the bug
When upgrading sites to PHP 8.4 there is now a depreciation notice related to the Workgroup:Api
Current warning that is output:
Deprecated: Drupal\stanford_samlauth\Service\WorkgroupApi::callApi(): Implicitly marking parameter $workgroup as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/custom/stanford_samlauth/src/Service/WorkgroupApi.php on line 168To Reproduce
Steps to reproduce the behavior:
Expected behavior
No deprecated warning