Skip to content

Commit

Permalink
hotfix SkipDefault.php
Browse files Browse the repository at this point in the history
  • Loading branch information
scollovati authored Jan 15, 2025
1 parent 4bfbe3e commit 4e028bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
final class SkipDefault
{
public function dontSetParamValue(
string $Id
string $Id = ''
): bool
{
return true;
Expand Down

0 comments on commit 4e028bd

Please sign in to comment.