PHP8: deprecated code
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3256013. -->
Reported by: [owilliwo](https://www.drupal.org/user/2393662)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When upgrading to PHP8, I got this warning:<br>
<code>PHP Deprecated: Required parameter $complete_form follows optional parameter $item in /var/www/html/htdocs/sites/all/modules/contrib/menu_attributes/menu_attributes.module on line 171</code></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Upgrade server to PHP8, then run a drush command and see warning.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Switch parameters in function declaration and usage.</p>
issue