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
I like the idea, to be able to process any given string would be cool.
We will need to cleanup a few things I think. The "processFiles" method set up some variables and flags (current file name, ...). We can check if we have consistent defaut values for these flags, and when possible eliminate or move all these variables.
Currently PHPCheckstyle is only able to check the style guides against files and not a string itself.
Rather than messing with
processFiles
, I'm thinking of adding justprocess
as a method itself. This gives the end-developer much more flexibility.The text was updated successfully, but these errors were encountered: