Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Feb 2, 2021
1 parent e315c3a commit 7d625d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ dist: trusty

# Versions of PHP you want your project run with.
php:
#- 5.5
#- 5.6
#- 7.1
#- 7.3
#- 7.4
- 5.5
- 5.6
- 7.1
- 7.3
- 7.4
- 8.0


Expand Down
2 changes: 1 addition & 1 deletion src/Console/LaraPnnCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function handle()
}

$eligibleModelsLength = count($eligibleModels);

$eligibleModelsColumnsLength = count($eligibleModelsColumns) ? count(call_user_func_array('array_merge', $eligibleModelsColumns)) : 0;

$this->line("\n <options=bold,reverse;fg=green>{$this->description} | Stats for {$this->model->getTable()} table: </> \n");
Expand Down

0 comments on commit 7d625d7

Please sign in to comment.