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 e4114c5

Browse filesBrowse files
committed
fixup
1 parent cba00bf commit e4114c5
Copy full SHA for e4114c5

File tree

3 files changed

+1
-2
lines changed
Filter options

3 files changed

+1
-2
lines changed

‎src/Symfony/Component/Routing/Annotation/Route.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Route
3434
private $locale;
3535
private $format;
3636
private $fragment;
37+
private $utf8;
3738

3839
/**
3940
* @param array $data An array of key/value parameters

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\Component\Routing\Loader\PhpFileLoader;
1818
use Symfony\Component\Routing\Route;
1919
use Symfony\Component\Routing\RouteCollection;
20-
use Symfony\Component\Routing\Tests\Fixtures\CustomRouteCompiler;
2120

2221
class PhpFileLoaderTest extends TestCase
2322
{

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\Component\Routing\Loader\XmlFileLoader;
1818
use Symfony\Component\Routing\Route;
1919
use Symfony\Component\Routing\RouteCollection;
20-
use Symfony\Component\Routing\Tests\Fixtures\CustomRouteCompiler;
2120
use Symfony\Component\Routing\Tests\Fixtures\CustomXmlFileLoader;
2221

2322
class XmlFileLoaderTest extends TestCase

0 commit comments

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