mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:36:10 +01:00
Add missing return statement
This commit is contained in:
parent
6a697133bb
commit
fd78867b40
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class ConfigurationContainer implements ConfigurationContainerInterface
|
||||||
InvalidArgumentException::OPTION_DOES_NOT_EXIST
|
InvalidArgumentException::OPTION_DOES_NOT_EXIST
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue