Skip to content

Commit 521ffa4

Browse files
committed
Add nyholm package to spiral bridge tests
1 parent 0812101 commit 521ffa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/CompileCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
191191
$config->output,
192192
));
193193

194-
/** @var string|\Stringable $data */
194+
/** @var \Stringable|string $data */
195195
foreach ($workflow->process($config, $assemblies) as $data => $status) {
196196
switch ($status) {
197197
case ClearBuildAssemblyDirectoryStatus::ReadyToClean:

0 commit comments

Comments
 (0)