Alessandro Minoccheri

Results 54 comments of Alessandro Minoccheri

Hi @javaDeveloperKid can you please provide an example? Thanks!

If I understood well your issue @javaDeveloperKid to avoid the suffix `Interface` you can use this rule: ``` $rules = Rule::allClasses() ->that(new ResideInOneOfTheseNamespaces('App')) ->should(new NotHaveNameMatching('*Interface')) ->because('*Interface is not a valid...

Thank you @simivar we will try to work on it

Yes @dbu it seems the same request!