Open fuwasegu opened 6 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Failed conditions
B Reliability Rating on New Code (required ≥ A)
D Maintainability Rating on New Code (required ≥ A)
See analysis details on SonarCloud
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
I seem to be getting sonarcloud errors It is true that the file I modified seems to be the target of the check, but my modification has nothing to do with it.
Is this a problem I should fix?
Starting with PHP 8.2, there is a deprecated notation for embedding variables in strings Reference: https://www.php.net/manual/en/migration82.deprecated.php
In this repository, there was an embedding using
${var}
, which has been corrected to {$var}.All Submissions:
New Feature Submissions:
Changes to Core Features: