Skip to content

Commit

Permalink
Remove abstract keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 12, 2024
1 parent a09b965 commit 9c38466
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
use function dirname;
use function implode;

abstract class AbstractElementRegistry
class ElementRegistry
{
/** @var \SimpleSAML\XML\Registry\AbstractElementRegistry|null $instance */
protected static ?AbstractElementRegistry $instance = null;


/** @var array<string, string> */
protected array $registry = [];


final private function __construct()
{
// Initialize the registry with all the elements we know
Expand Down

0 comments on commit 9c38466

Please sign in to comment.