Skip to content

Commit 80db9f9

Browse files
committed
AC-9499::Update Symfony dependency packages to the latest LTS version
1 parent c6cd161 commit 80db9f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/internal/Magento/Framework/Code/Reader/ArgumentsReader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ public function getAnnotations(\ReflectionClass $class)
292292
* It may crash on parameters with union types, and will return relative types, instead of
293293
* FQN references
294294
*
295+
* @see reflectionnamedtype.isbuiltin.php
296+
*
295297
* @return mixed|string|void|null
296298
*/
297299
public function detectType()

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN')
8888
$output->writeln(
8989
'<error>' . $exception->getMessage() . '</error>'
9090
);
91+
// phpcs:disable
9192
// phpcs:ignore Magento2.Security.LanguageConstruct.ExitUsage
9293
exit(static::RETURN_FAILURE);
94+
// phpcs:enable
9395
}
9496

9597
if ($version == 'UNKNOWN') {

0 commit comments

Comments
 (0)