Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XigenDominic committed May 5, 2020
1 parent e6c59e3 commit c3c8f8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Console/Command/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ protected function execute(
$helper = $this->getHelper('question');

$question = new ConfirmationQuestion(
(string) __('You are about to generate fake product data%1. Are you sure? [y/N]', (($image) ? ' with images' : '')),
(string) __(
'You are about to generate fake product data%1. Are you sure? [y/N]',
(($image) ? ' with images' : '')
),
false
);

Expand Down
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
parameters:
level: 1
level: 0
autoload_directories:
- Console
- Helper
- Plugin
excludes_analyse:
- 'vendor'
ignoreErrors:
Expand Down

0 comments on commit c3c8f8b

Please sign in to comment.