8000 Merge branch '7.0' into 7.1 · symfony/symfony@2974ce7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2974ce7

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix merge
2 parents e37e5c4 + e597a35 commit 2974ce7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public static function getRenderData(): iterable
5555
];
5656
}
5757

58-
<<<<<<< HEAD
5958
/**
6059
* @dataProvider provideFileLinkFormats
6160
*/
@@ -97,7 +96,8 @@ public static function provideFileLinkFormats(): iterable
9796
false,
9897
'href="phpstorm://open?file='.__DIR__,
9998
];
100-
=======
99+
}
100+
101101
public function testRendersStackWithoutBinaryStrings()
102102
{
103103
// make sure method arguments are available in stack traces (see https://www.php.net/manual/en/ini.core.php)
@@ -135,6 +135,5 @@ private function getRuntimeException(string $unusedArgument): \RuntimeException
135135
private function buildRuntimeException(string $message): \RuntimeException
136136
{
137137
return new \RuntimeException($message);
138-
>>>>>>> 6.3
139138
}
140139
}

0 commit comments

Comments
 (0)
0