Skip to content

Commit

Permalink
Merge pull request #136 from andrey-helldar/analysis-lKW9AJ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar committed Sep 24, 2021
2 parents 91e1586 + c15f2e1 commit 645f090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Comparators/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public function __construct(array $keys, array $translations, bool $full = false
$this->full = $full;
}

abstract protected function merge(array $local, array $translated, array $excluded, array $extra_local, array $extra_translated): array;

public function get(): array
{
foreach ($this->filenames() as $filename) {
Expand All @@ -67,6 +65,8 @@ public function get(): array
return $this->getResult();
}

abstract protected function merge(array $local, array $translated, array $excluded, array $extra_local, array $extra_translated): array;

protected function compare(string $filename, string $locale): array
{
$local = $this->resource($filename, $locale);
Expand Down

0 comments on commit 645f090

Please sign in to comment.