Skip to content

Commit 0e20e23

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: CS: fixes Translator component has default domain for null implemented no need to have default translation domain logic in 3 different places [travis] Kill tests when a new commit has been pushed fixed CS Change behavior to mirror hash_equals() returning early if there is a length mismatch CS fixing Prevent modifying secrets as much as possible Update StringUtils.php Whitespace Update StringUtils.php CS: general fixes [SecurityBundle] removed a duplicated service definition and simplified others. Conflicts: src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml src/Symfony/Component/Console/Tests/Helper/LegacyTableHelperTest.php src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services11.php
2 parents acf4593 + 20f6b39 commit 0e20e23

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Dumper/PhpDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ private function startClass($class, $baseClass, $namespace)
820820
$bagClass
821821
822822
/**
823-
* $class
823+
* $class.
824824
*
825825
* This class has been auto-generated
826826
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services1-1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1111

1212
/**
13-
* Container
13+
* Container.
1414
*
1515
* This class has been auto-generated
1616
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1010

1111
/**
12-
* ProjectServiceContainer
12+
* ProjectServiceContainer.
1313
*
1414
* This class has been auto-generated
1515
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services10.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
1010

1111
/**
12-
* ProjectServiceContainer
12+
* ProjectServiceContainer.
1313
*
1414
* This class has been auto-generated
1515
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services12.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
1010

1111
/**
12-
* ProjectServiceContainer
12+
* ProjectServiceContainer.
1313
*
1414
* This class has been auto-generated
1515
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1010

1111
/**
12-
* ProjectServiceContainer
12+
* ProjectServiceContainer.
1313
*
1414
* This class has been auto-generated
1515
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services9.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1010

1111
/**
12-
* ProjectServiceContainer
12+
* ProjectServiceContainer.
1313
*
1414
* This class has been auto-generated
1515
* by the Symfony Dependency Injection Component.

Tests/Fixtures/php/services9_compiled.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
1010

1111
/**
12-
* ProjectServiceContainer
12+
* ProjectServiceContainer.
1313
*
1414
* This class has been auto-generated
1515
* by the Symfony Dependency Injection Component.

0 commit comments

Comments
 (0)