Skip to content

Commit

Permalink
Dev (#25)
Browse files Browse the repository at this point in the history
* Slight improvement, typehint Router in generator command for example routes

* Update policy stub

* Remove preset no longer in laravel

* Update import order

* Remove import order rule
  • Loading branch information
specialtactics authored Nov 11, 2019
1 parent ac290e0 commit 8c2aed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ preset: laravel
enabled:

disabled:
- length_ordered_imports
- phpdoc_summary
- phpdoc_var_without_name
- post_increment
- concat_without_spaces
- alpha_ordered_imports

finder:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Specialtactics\L5Api\Console\Commands;

use Illuminate\Support\Str;
use Illuminate\Console\Command;
use Illuminate\Support\Str;
use Symfony\Component\Console\Formatter\OutputFormatterStyle;

class MakeApiResource extends Command
Expand Down

0 comments on commit 8c2aed4

Please sign in to comment.