Skip to content

Commit

Permalink
Merge pull request #114 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Excluded tests from JSON parsing
  • Loading branch information
andrey-helldar authored Jun 2, 2023
2 parents 99f94e0 + 8753810 commit 828e170
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Services/Stylers/JsonStyler.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ class JsonStyler
'bootstrap',
'node_modules',
'storage',
'tests',
'vendor',
];

public function __construct(
protected OutputInterface $output,
protected Filesystem $filesystem,
protected string $path,
protected bool $hasCheck,
protected Filesystem $filesystem,
protected string $path,
protected bool $hasCheck,
) {
$this->resolveExcludes();
}
Expand Down

0 comments on commit 828e170

Please sign in to comment.