Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8edd537

Browse filesBrowse files
committed
Small updates following ro0NL's review
1 parent 9c174a3 commit 8edd537
Copy full SHA for 8edd537

File tree

3 files changed

+4
-3
lines changed
Filter options

3 files changed

+4
-3
lines changed
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
app_symfony:
22
path: /symfony
33
controller: App\Controller\Symfony
4-
redirect_to: https://symfony.com
4+
redirect_to: https://symfony.com
5+

‎src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ public function testRedirections()
392392

393393
/**
394394
* @expectedException \InvalidArgumentException
395-
* @expectedExceptionMessageRegExp /The routing file "[^"]*" must not specify both a controller and a redirection./
395+
* @expectedExceptionMessageRegExp /The routing file "[^"]*" must not specify both a controller and a redirection\./
396396
*/
397397
public function testRedirectionCannotBeUsedWithController()
398398
{

‎src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function testRedirections()
213213

214214
/**
215215
* @expectedException \InvalidArgumentException
216-
* @expectedExceptionMessageRegExp /The routing file "[^"]*" must not specify both a controller and a redirection./
216+
* @expectedExceptionMessageRegExp /The routing file "[^"]*" must not specify both a controller and a redirection\./
217217
*/
218218
public function testRedirectionCannotBeUsedWithController()
219219
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.