Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 15, 2024
1 parent 5354b36 commit 6d46cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Schema/SchemaPhpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$result = file_put_contents($file, $content);
} catch (Exception) {
$result = false;
};
}

if ($result === false) {
$output->writeln('<fg=red>Failed to write content to file.</>');
Expand Down

0 comments on commit 6d46cc9

Please sign in to comment.