Skip to content

Commit e19cb30

Browse files
MCLOUD-14020: Cosmetic change
1 parent 3675325 commit e19cb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Config/Source/CloudSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function read(): Repository
181181
private function normalizeYamlData(mixed $data): mixed
182182
{
183183
if ($data instanceof TaggedValue) {
184-
$tag = $data->getTag(); // e.g. "php/const:\PDO::MYSQL_ATTR_LOCAL_INFILE"
184+
$tag = $data->getTag(); // e.g. "php/const:\PDO::MYSQL_ATTR_LOCAL_INFILE"
185185
$value = $data->getValue();
186186

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

tests/functional/Codeception/TestInfrastructure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ private function readYamlConfiguration(string $path): array
731731
private function normalizeYamlData(mixed $data): mixed
732732
{
733733
if ($data instanceof TaggedValue) {
734-
$tag = $data->getTag(); // e.g. "php/const:\PDO::MYSQL_ATTR_LOCAL_INFILE"
734+
$tag = $data->getTag(); // e.g. "php/const:\PDO::MYSQL_ATTR_LOCAL_INFILE"
735735
$value = $data->getValue();
736736

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

0 commit comments

Comments
 (0)