Skip to content

Commit

Permalink
Fix phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 2, 2017
1 parent 3753ae8 commit bae1cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Routing/RouteBuilderTest.php
Expand Up @@ -1097,7 +1097,7 @@ public function testLoadPlugin()
*/
public function testRouteClassBackwardCompat()
{
$this->deprecated(function() {
$this->deprecated(function () {
$routes = new RouteBuilder($this->collection, '/l');
$this->assertNull($routes->routeClass('TestApp\Routing\Route\DashedRoute'));
$this->assertSame('TestApp\Routing\Route\DashedRoute', $routes->routeClass());
Expand Down

0 comments on commit bae1cc1

Please sign in to comment.