Skip to content

Commit

Permalink
feat(php-package): Seal concerete classes in PHP package
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Jan 4, 2025
1 parent e6d0dfc commit 0fd9bee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testcontainers-magento-data-php/src/ContainerRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

namespace EcomDev\TestContainers\MagentoData;

class ContainerRegistry
/**
* A class responsible for managing a registry of running containers,
* identified by their image name and a unique identifier.
*/
final class ContainerRegistry
{
private static array $containers = [];

Expand Down

0 comments on commit 0fd9bee

Please sign in to comment.