Merge pull request #2 from martinhummer/patch-2

Add missing return statement
This commit is contained in:
KonstantinSoelch 2018-10-22 14:00:26 +02:00 committed by GitHub
commit 962fe21aff
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
);
}
return $value;
}
/**