Skip to content

Commit 7a6f881

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: CS: fixes Translator component has default domain for null implemented no need to have default translation domain logic in 3 different places [Form] [TwigBridge] Bootstrap layout whitespace control [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 StringUtils::equals() arguments in RememberMe Cookie based implementation are confused CS: general fixes [SecurityBundle] removed a duplicated service definition and simplified others. Conflicts: src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml
2 parents 2cf8dac + 0e20e23 commit 7a6f881

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
@@ -826,7 +826,7 @@ private function startClass($class, $baseClass, $namespace)
826826
$bagClass
827827
828828
/**
829-
* $class
829+
* $class.
830830
*
831831
* This class has been auto-generated
832832
* 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)