RonasIT / laravel-empty-project

6 stars 2 forks source link

Update linter/formatter packages #43

Open DenTray opened 1 year ago

DenTray commented 1 year ago

It would be great if it will fix/make error on the next cases:

  1. string$arg
  2. $data=[]
  3. return statement without empty line before
  4. double empty lines
  5. $this->first()->second()
        ->third();
ulin-evgeny commented 6 months ago

Points 1-4 are ready. The fifth one will be done.