Skip to content

Commit

Permalink
Apply fixes from StyleCI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomichaelsousa committed Jan 30, 2020
1 parent ddc47f1 commit b4a28b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Commands/ResourceCommand.php
Expand Up @@ -29,10 +29,10 @@ class ResourceCommand extends Command
];

/**
* The resources that can be created if the model does not exists.
*
* @var array
*/
* The resources that can be created if the model does not exists.
*
* @var array
*/
private $modelResources = [
'migration', 'factory', 'seeder',
];
Expand Down Expand Up @@ -70,10 +70,10 @@ private function modelExists()
}

/**
* Create the model if does not exists.
*
* @return void
*/
* Create the model if does not exists.
*
* @return void
*/
private function createModel()
{
$flags = [];
Expand Down

0 comments on commit b4a28b9

Please sign in to comment.