2

In all my laravel migrations I want to use PSR2, but I getting a warning.

 use Illuminate\Database\Migrations\Migration;

    use Illuminate\Database\Schema\Blueprint;

    class CreatePlayersTable extends Migration {
      // migration 
    }

The error phpcs warning is Each class must be in a namespace of at least one level (a top-level vendor name)

How can I fix this warning?

leeo
  • 148
  • 10
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
  • This seems to be a duplicate of https://stackoverflow.com/questions/53919231/resolve-this-error-for-laravel-migration-file-each-class-must-be-in-a-namespace, which has one answer. – leeo Jan 28 '19 at 22:47

0 Answers0