Skip to content

Commit 567e518

Browse files
committed
CS fix
1 parent 45b7fb0 commit 567e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/Loader/Reader/RestActionReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ private function addRoute(RestRouteCollection $collection, $routeName, $route, $
541541
if ($annotation && null !== $annotation->getName()) {
542542
$options = $annotation->getOptions();
543543

544-
if(isset($options['method_prefix']) && false === $options['method_prefix']) {
544+
if (isset($options['method_prefix']) && false === $options['method_prefix']) {
545545
$routeName = $annotation->getName();
546546
} else {
547547
$routeName = $routeName.$annotation->getName();

0 commit comments

Comments
 (0)