File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/functional/Codeception Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 '!')
Original file line number Diff line number Diff 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 '!')
You can’t perform that action at this time.
0 commit comments