Skip to content

Commit

Permalink
cleanup(php): PHP 8.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Dec 28, 2023
1 parent 0f1e68e commit 4f6c3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helper/StringHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
*
* @see StringHelperTest
*/
final class StringHelper
final readonly class StringHelper
{
public function __construct(
private readonly SluggerInterface $slugger
private SluggerInterface $slugger
) {
}

Expand Down

0 comments on commit 4f6c3fd

Please sign in to comment.