Skip to content

Commit d0f7fd9

Browse files
committed
Fix codestandard
1 parent 7400911 commit d0f7fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Entity/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function _getKey()
7272
*/
7373
protected function _getOptions()
7474
{
75-
if(array_key_exists('name',$this->_properties)) {
75+
if (array_key_exists('name', $this->_properties)) {
7676
return Setting::options($this->_properties['name']);
7777
}
7878
return false;

0 commit comments

Comments
 (0)