diff --git a/src/Command/Schema/SchemaPhpCommand.php b/src/Command/Schema/SchemaPhpCommand.php index 3d0f34b..5fa3a4e 100644 --- a/src/Command/Schema/SchemaPhpCommand.php +++ b/src/Command/Schema/SchemaPhpCommand.php @@ -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('Failed to write content to file.');