Skip to content

Commit 7df8fe4

Browse files
MCLOUD-14020: Cosmetic updates
1 parent 637b565 commit 7df8fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Environment/ConfigReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function read(): array
100100
private function normalizeYamlData(mixed $data): mixed
101101
{
102102
if ($data instanceof TaggedValue) {
103-
$tag = $data->getTag(); // e.g. "php/const:\PDO::MYSQL_ATTR_LOCAL_INFILE"
103+
$tag = $data->getTag(); // e.g. "php/const:\PDO::MYSQL_ATTR_LOCAL_INFILE"
104104
$value = $data->getValue();
105105

106106
// Handle php/const tags (Symfony strips leading '!')

0 commit comments

Comments
 (0)