You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change arg name in autoloader function and enable PHPCS warning (#35)
Use $class_name to avoid the reserved keyword "class" and add strict
comparison for strings. With these warnings fixed we can enable warnings
in PHPCS and keep our code clean.
0 commit comments