8000 [OptionsResolver] handle nested options · symfony/symfony@c2d619e · GitHub
[go: up one dir, main page]

Skip to content

Commit c2d619e

Browse files
committed
[OptionsResolver] handle nested options
1 parent 5478512 commit c2d619e

File tree

7 files changed

+2558
-198
lines changed

7 files changed

+2558
-198
lines changed

.idea/php.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Symfony/Component/OptionsResolver/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
4.2.0
5+
-----
6+
* added `OptionResolverNested` and support for nesting options
7+
48
3.4.0
59
-----
610

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <fabien@symfony.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
namespace Symfony\Component\OptionsResolver;
13+
14+
class OptionResolverNested extends \ArrayObject
15+
{
16+
}

0 commit comments

Comments
 (0)
0