8000 [OptionsResolver] fix adding $triggerDeprecation to Options::offsetGet() · symfony/symfony@adc7e6a · GitHub
[go: up one dir, main page]

Skip to content

Commit adc7e6a

Browse files
[OptionsResolver] fix adding $triggerDeprecation to Options::offsetGet()
1 parent 13e5773 commit adc7e6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/OptionsResolver/Options.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <bschussek@gmail.com>
1818
* @author Tobias Schultze <http://tobion.de>
19-
*
20-
* @method mixed offsetGet(string $option, bool $triggerDeprecation = true)
2119
*/
2220
interface Options extends \ArrayAccess, \Countable
2321
{

0 commit comments

Comments
 (0)
0