Skip to content

Commit b156cdf

Browse files
committed
FRW-10648 Fixed PHP Stan
1 parent 83517d2 commit b156cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Spryker/Zed/Queue/Business/Worker/Worker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ protected function executeOperation(string $command): array
273273
*/
274274
protected function getQueueWorkerOutputFileNameBasedOnType(): string
275275
{
276+
/** @var string $outputFileName */
276277
$outputFileName = $this->queueConfig->getQueueWorkerOutputFileName();
278+
277279
if (is_resource($outputFileName)) {
278280
return stream_get_meta_data($outputFileName)['uri'];
279281
}

0 commit comments

Comments
 (0)