/StaticClass

:round_pushpin: Prevents class instantiation.

Primary LanguagePHPMIT LicenseMIT

StaticClass

Latest version Total downloads Code style

Provides the StaticClass trait to mark a class as static. A static class is one that only provides static methods and cannot be instantiated.