-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new Insight: Dirty Class Detector #2
Comments
Uses nikic/php-parser |
Could you summarise what this code it's doing? It's not clear for me. 🤔 |
namespace boo;
class dirt {
function foo() {
sleep(1);
}
}
echo "I'm a junior developer";
|
I meet new code bases every month an I need this tool to make sure each file contains only 1 class. |
I see. It's a good |
Thank you. |
There is already an Insight for this. |
Very well!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: