mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
cs fix
This commit is contained in:
@@ -7,7 +7,7 @@ class Pool
|
||||
|
||||
private $instances = array();
|
||||
private $class;
|
||||
|
||||
|
||||
public function __construct($class)
|
||||
{
|
||||
$this->class = $class;
|
||||
@@ -26,5 +26,4 @@ class Pool
|
||||
{
|
||||
$this->instances[] = $instance;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user