Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-project authored and StyleCIBot committed Aug 12, 2020
1 parent 2a3d079 commit afdff8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Classes/Cli/CommandRequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ public function exitIfCompiletimeCommandWasNotCalledCorrectly(string $runlevel)
if ($this->bootstrap->isCompiletimeCommand($command->getCommandIdentifier())) {
$this->response->appendContent(
sprintf(
"<b>Unrecognized Command</b>\n\n" .
"<b>Unrecognized Command</b>\n\n" .
"Sorry, but the command \"%s\" must be specified by its full command\n" .
"identifier because it is a compile time command which cannot be resolved\n" .
"from an abbreviated command identifier.\n\n",
$command->getCommandIdentifier()
)
$command->getCommandIdentifier()
)
);
$this->response->send();
$this->shutdown($runlevel);
Expand Down
3 changes: 1 addition & 2 deletions Classes/Security/Authorization/FilterFirewall.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ public function __construct(
ObjectManagerInterface $objectManager,
RequestPatternResolver $requestPatternResolver,
InterceptorResolver $interceptorResolver
)
{
) {
$this->objectManager = $objectManager;
$this->requestPatternResolver = $requestPatternResolver;
$this->interceptorResolver = $interceptorResolver;
Expand Down

0 comments on commit afdff8d

Please sign in to comment.