Skip to content

Commit

Permalink
SDK-5412: Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroKlymanSpryker committed Nov 9, 2023
1 parent e6523ae commit f1c0a9b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public function setConstant(
* @param mixed $value
* @param bool $isLiteral
*
* @return mixed
* @throws \SprykerSdk\Integrator\Builder\Exception\LiteralValueParsingException
*
* @throws LiteralValueParsingException
* @return mixed
*/
protected function parseValue($value, bool $isLiteral)
{
Expand Down Expand Up @@ -127,9 +127,9 @@ protected function parseSingleValue(string $value): Expr
/**
* @param array<mixed> $value
*
* @return array
* @throws \SprykerSdk\Integrator\Builder\Exception\LiteralValueParsingException
*
* @throws LiteralValueParsingException
* @return array
*/
protected function parseArrayValue(array $value): array
{
Expand Down

0 comments on commit f1c0a9b

Please sign in to comment.