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 f1c0a9b commit 6556814
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ public function setConstant(
* @param mixed $value
* @param bool $isLiteral
*
* @throws \SprykerSdk\Integrator\Builder\Exception\LiteralValueParsingException
*
* @return mixed
*/
protected function parseValue($value, bool $isLiteral)
Expand Down Expand Up @@ -127,8 +125,6 @@ protected function parseSingleValue(string $value): Expr
/**
* @param array<mixed> $value
*
* @throws \SprykerSdk\Integrator\Builder\Exception\LiteralValueParsingException
*
* @return array
*/
protected function parseArrayValue(array $value): array
Expand Down

0 comments on commit 6556814

Please sign in to comment.