Skip to content

Commit ab8be2f

Browse files
committed
Fix PHPStan error in InitDtoCommand
1 parent cd940a2 commit ab8be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/InitDtoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private function getConfigContent(string $format): string
8080
return match ($format) {
8181
'php' => $this->getPhpConfig(),
8282
'xml' => $this->getXmlConfig(),
83-
'yaml' => $this->getYamlConfig(),
83+
default => $this->getYamlConfig(),
8484
};
8585
}
8686

0 commit comments

Comments
 (0)