Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed May 20, 2024
1 parent 90b433d commit 191b982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Shared/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __set(mixed $property, mixed $value): void
/**
* @inheritDoc
*/
public function get(string $name, $default = null): ?string
public function get(string $name, mixed $default = null): ?string
{
return $this->settings[$name] ?? $default;
}
Expand Down

0 comments on commit 191b982

Please sign in to comment.