-
Notifications
You must be signed in to change notification settings - Fork 48
Grsp0007 php #114
base: main
Are you sure you want to change the base?
Grsp0007 php #114
Conversation
import java.util.*; | ||
|
||
@Rule( | ||
key = "GRSP0008", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il semblerait que cette PR inclut également votre précédente PR #110
|
||
public void checkIssue(ForStatementTree forStatementTree) { | ||
if(forStatementTree.forToken() != null){ | ||
repport(forStatementTree); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a une typo dans le fichier d'origine mais il n'est pas nécessaire de la réitérer ;)
repport(forStatementTree); | |
report(forStatementTree); |
SonarCloud Quality Gate failed. |
Bonjour @mouradmamassi , merci de prendre en comptes les retours de @KuSh ainsi que de corriger les pbs cités ci-dessus, SVP. merci à vous. (for information, we are migrating this repo to a new one : https://github.com/green-code-initiative/ecocode-mobile, I will report your modifications manually) |
Hi @mouradmamassi , |
To review GRSP0007 - [PHP] - Préférer l'utilisation de foreach