mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 17:34:09 +02:00
fixed CS issues
This commit is contained in:
@@ -31,6 +31,6 @@ class FlyweightFactory
|
||||
|
||||
public function totalNumber()
|
||||
{
|
||||
return sizeof($this->pool);
|
||||
return sizeof($this->pool);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user