Skip to content

Commit

Permalink
SDK-2351: Fixed exception annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Apr 24, 2023
1 parent a1b408c commit 9976c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecurityChecker/Command/SecurityCheckerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected function getParameters(InputInterface $input): array
}

/**
* @throws \Symfony\Component\Process\Exception\ProcessFailedException
* @throws \Symfony\Component\Process\Exception\RuntimeException
*
* @return void
*/
Expand Down

0 comments on commit 9976c24

Please sign in to comment.