Skip to content

Commit

Permalink
Apply fixes from StyleCI (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed May 10, 2019
1 parent ff2e1b4 commit 09638ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/SnakeCaseRelations/Console/Commands/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class ModelMakeCommand extends BaseCommand
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function getStub()
{
Expand All @@ -17,4 +17,4 @@ protected function getStub()

return __DIR__ . '/stubs/model.stub';
}
}
}
2 changes: 1 addition & 1 deletion src/SnakeCaseRelations/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function provides()
{
return ['command.model.make'];
}
}
}
2 changes: 1 addition & 1 deletion src/SnakeCaseRelations/SnakeCaseRelations.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ class SnakeCaseRelations
* @var string
*/
const VERSION = '0.0.0';
}
}

0 comments on commit 09638ed

Please sign in to comment.