How to resolve this phpcs error? It shows up for the class Keyword
in all Laravel migrations files. The error message is:
Each class must be in a namespace of at least one level (a top-level vendor name) phpcs
You can do it several different ways:
First, you can put this at the top of your file:
// phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
Second, you can use:
// @codingStandardsIgnoreLine
Just before your class declaration.
Hope any one of these will work for you. If the problem still persists please let me know about this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With