Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit be0db28

Browse files
committed
CS fixes per php-cs-fixer
1 parent 3091537 commit be0db28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router/Console/SimpleRouteStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function routeFromArray($specs)
8080
if ($specs instanceof Traversable) {
8181
$specs = ArrayUtils::iteratorToArray($specs);
8282
}
83-
83+
8484
if (! is_array($specs)) {
8585
throw new Exception\InvalidArgumentException('Route definition must be an array or Traversable object');
8686
}

0 commit comments

Comments
 (0)