### Issue Description When I use php7.4, that works fine. But after migrate to php8, I get this error - `Required parameter $auth_token follows optional parameter $consumer_secret` ### Environment Details - PHP Version: **8.0.8** - Parse PHP SDK Version: **1.6** - Operating System: **Ubuntu 20.10** ### Logs/Traces <pre><span style="background-color:#C01C28"><b>ErrorException </b></span> <b> Required parameter $auth_token follows optional parameter $consumer_secret</b> at <font color="#26A269">vendor/parse/php-sdk/src/Parse/ParseUser.php</font>:<font color="#26A269">212</font> <font color="#5E5C64">208| </font><font color="#5E5C64"><i> * @throws ParseException</i></font> <font color="#5E5C64">209| </font><font color="#5E5C64"><i> *</i></font> <font color="#5E5C64">210| </font><font color="#5E5C64"><i> * @return ParseUser</i></font> <font color="#5E5C64">211| </font><font color="#5E5C64"><i> */</i></font> <font color="#C01C28"><b> > </b></font><font color="#5E5C64">212| </font><font color="#5E5C64"><i> </i></font><font color="#A347BA"><b>public static function </b></font><b>logInWithTwitter</b><font color="#A347BA"><b>(</b></font> <font color="#5E5C64">213| </font><font color="#A347BA"><b> </b></font><b>$id</b><font color="#A347BA"><b>,</b></font> <font color="#5E5C64">214| </font><font color="#A347BA"><b> </b></font><b>$screen_name</b><font color="#A347BA"><b>,</b></font> <font color="#5E5C64">215| </font><font color="#A347BA"><b> </b></font><b>$consumer_key</b><font color="#A347BA"><b>,</b></font> <font color="#5E5C64">216| </font><font color="#A347BA"><b> </b></font><b>$consumer_secret </b><font color="#A347BA"><b>= </b></font><b>null</b><font color="#A347BA"><b>,</b></font> +13 vendor frames <font color="#A2734C">14 </font><b>[internal]</b>:<b>0</b> <font color="#D0CFCC"> Illuminate\Foundation\Application::Illuminate\Foundation\{closure}()</font> +5 vendor frames <font color="#A2734C">20 </font><b>artisan</b>:<b>37</b> <font color="#D0CFCC"> Illuminate\Foundation\Console\Kernel::handle()</font></pre>