Skip to content

Commit

Permalink
Merge pull request #43 from rmunate/analysis-GPRKwk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rmunate authored May 20, 2024
2 parents 36ab1b2 + 9b36744 commit 7cce37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Alias.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public static function isValid(string $alias)

return preg_match($pattern, $alias) === 1;
}
}
}

0 comments on commit 7cce37d

Please sign in to comment.