8000 fixup · symfony/symfony@e4114c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4114c5

Browse files
committed
fixup
1 parent cba00bf commit e4114c5

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

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

Lines 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

Lines 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

Lines 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