[OptionsResolver] fix adding $triggerDeprecation to Options::offsetGet()

This commit is contained in:
Nicolas Grekas 2019-06-08 10:05:38 +02:00
parent 13e5773132
commit adc7e6ab7c

View File

@ -16,8 +16,6 @@ namespace Symfony\Component\OptionsResolver;
*
* @author Bernhard Schussek <bschussek@gmail.com>
* @author Tobias Schultze <http://tobion.de>
*
* @method mixed offsetGet(string $option, bool $triggerDeprecation = true)
*/
interface Options extends \ArrayAccess, \Countable
{