Skip to content

Commit 7032d70

Browse files
authored
Merge pull request #784 from mpociot/analysis-VrllYg
Apply fixes from StyleCI
2 parents b694bde + 4a7d201 commit 7032d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extracting/Strategies/Metadata/GetFromDocBlocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __invoke(Route $route, ReflectionClass $controller, ReflectionMe
2626
'groupDescription' => $routeGroupDescription,
2727
'title' => $routeTitle ?: $methodDocBlock->getShortDescription(),
2828
'description' => $methodDocBlock->getLongDescription()->getContents(),
29-
'authenticated' => $this->getAuthStatusFromDocBlock($classDocBlock->getTags())?:$this->getAuthStatusFromDocBlock($methodDocBlock->getTags()),
29+
'authenticated' => $this->getAuthStatusFromDocBlock($classDocBlock->getTags()) ?: $this->getAuthStatusFromDocBlock($methodDocBlock->getTags()),
3030
];
3131
}
3232

0 commit comments

Comments
 (0)