Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit f5e2a29

Browse files
authored
Merge pull request #1 from LesyaBerest/master
fix incorrect output
2 parents 2556717 + 219419b commit f5e2a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Outputs/DiffOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function prepareOutput()
4040
if (empty($missedKeys)) {
4141
$this->output .= "You file {$file} is already in sync with" . PHP_EOL;
4242

43-
return;
43+
continue;
4444
}
4545

4646
$message = "The following variables are not present in your {$file} file: " . PHP_EOL;

0 commit comments

Comments
 (0)