Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Mar 3, 2024
1 parent 9b51c6e commit f7ebe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Multiplier.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function resetFormEvents(): void
* @param Control[]|null $controls
* @return object|mixed[]
*/
public function getValues($returnType = null, ?array $controls = null): object|array
public function getValues(string|object|bool|null $returnType = null, ?array $controls = null): object|array
{
if (!$this->resetKeys) {
return parent::getValues($returnType, $controls);
Expand Down

0 comments on commit f7ebe4d

Please sign in to comment.