Add missing return statement

This commit is contained in:
Martin Hummer 2018-10-22 13:34:26 +02:00 committed by GitHub
parent 6a697133bb
commit fd78867b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,8 @@ class ConfigurationContainer implements ConfigurationContainerInterface
InvalidArgumentException::OPTION_DOES_NOT_EXIST InvalidArgumentException::OPTION_DOES_NOT_EXIST
); );
} }
return $value;
} }
/** /**