Skip to content

Commit d175477

Browse files
[FrameworkBundle] Fix fixtures
1 parent 77053e7 commit d175477

14 files changed

+17
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------- -----------------------------------------------------------------
2-
Parameter Value
2+
 Parameter   Value 
33
--------------------- -----------------------------------------------------------------
44
twig.form.resources ["bootstrap_3_horizontal_layout.html.twig","bootstrap_3_layo...
55
--------------------- -----------------------------------------------------------------

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=================================
33

44
------------------- --------------------------------------------------------
5-
Service ID Class name
5+
 Service ID   Class name 
66
------------------- --------------------------------------------------------
77
alias_1 alias for "service_1"
88
alias_2 alias for "service_2"

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
=============================================
33

44
------------------- --------------------------------------------------------
5-
Service ID Class name
5+
 Service ID   Class name 
66
------------------- --------------------------------------------------------
77
alias_1 alias for "service_1"
88
alias_2 alias for "service_2"
99
definition_1 Full\Qualified\Class1
1010
definition_2 Full\Qualified\Class2
1111
service_container Symfony\Component\DependencyInjection\ContainerBuilder
12-
------------------- --------------------------------------------------------
12+
------------------- --------------------------------------------------------

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
====================================================================
33

44
-------------- ------- ------- ------- -----------------------
5-
Service ID attr1 attr2 attr3 Class name
5+
 Service ID   attr1   attr2   attr3   Class name 
66
-------------- ------- ------- ------- -----------------------
77
definition_2 val1 val2 Full\Qualified\Class2
88
" val3

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -----------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -----------------------------
44
Service ID -
55
Class Full\Qualified\Class1

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -------------------------------------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -------------------------------------------------------
44
Service ID -
55
Class Full\Qualified\Class2

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=======================================
33

44
------- ------------------- ----------
5-
Order Callable Priority
5+
 Order   Callable   Priority 
66
------- ------------------- ----------
77
#1 global_function() 255
88
#2 \Closure() -1

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--------------
66

77
------- ------------------- ----------
8-
Order Callable Priority
8+
 Order   Callable   Priority 
99
------- ------------------- ----------
1010
#1 global_function() 255
1111
#2 \Closure() -1
@@ -15,7 +15,7 @@
1515
--------------
1616

1717
------- ----------------------------------------------------------------------------------- ----------
18-
Order Callable Priority
18+
 Order   Callable   Priority 
1919
------- ----------------------------------------------------------------------------------- ----------
2020
#1 Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\CallableClass::__invoke() 0
21-
------- ----------------------------------------------------------------------------------- ----------
21+
------- ----------------------------------------------------------------------------------- ----------

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/legacy_synchronized_service_definition_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -----------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -----------------------------
44
Service ID -
55
Class Full\Qualified\Class1

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/legacy_synchronized_service_definition_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -------------------------------------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -------------------------------------------------------
44
Service ID -
55
Class Full\Qualified\Class2

0 commit comments

Comments
 (0)