8000 change code style according fabbot · symfony/symfony@4324c55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4324c55

Browse files
committed
change code style according fabbot
1 parent a5c4bd5 commit 4324c55

File tree

4 files changed

+671
-675
lines changed

4 files changed

+671
-675
lines changed

src/Symfony/Component/OptionsResolver/OptionResolverNested.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\OptionsResolver;
1313

14-
1514
class OptionResolverNested extends \ArrayObject
1615
{
1716
}

src/Symfony/Component/OptionsResolver/OptionResovlerRoot.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515

1616
class OptionResovlerRoot extends ArrayCollection
1717
{
18-
19-
}
18+
}

src/Symfony/Component/OptionsResolver/OptionsResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,8 +1142,8 @@ public function resolve(array $options = [])
11421142

11431143
/**
11441144
* Last step for resolve data
1145-
* If there are closures witout resolve, we tried to resolve it with finish data
1146-
* It needs when we whant need access to parents resolver from nested resolvers
1145+
* If there are closures without resolve, we tried to resolve it with finish data
1146+
* It needs when we want need access to parents resolver from nested resolvers
11471147
*
11481148
* @param array $data
11491149
*

0 commit comments

Comments
 (0)
0