Skip to content

Commit

Permalink
StaticClass: fixed compatibility with PHP 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 17, 2024
1 parent 74618ab commit fba3961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait StaticClass
/**
* Class is static and cannot be instantiated.
*/
final private function __construct()
private function __construct()
{
}

Expand Down

0 comments on commit fba3961

Please sign in to comment.