Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0b0d4a

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#70 from cmartinez92/patch-1
Update ArrayConfig.php
2 parents 57e1896 + 7734687 commit b0b0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/ArrayConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ArrayConfig extends AbstractConfig implements Parameters
1616
*
1717
* @return mixed
1818
*/
19-
public function get($key, $default = null) {;
19+
public function get($key, $default = null) {
2020
if (isset($this->storage[$key])) {
2121
return $this->storage[$key];
2222
}

0 commit comments

Comments
 (0)