mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 04:00:18 +02:00
Update ArrayConfig.php
I think that the sing ";" show error
This commit is contained in:
@@ -16,7 +16,7 @@ class ArrayConfig extends AbstractConfig implements Parameters
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function get($key, $default = null) {;
|
||||
public function get($key, $default = null) {
|
||||
if (isset($this->storage[$key])) {
|
||||
return $this->storage[$key];
|
||||
}
|
||||
|
Reference in New Issue
Block a user