Skip to content

Commit 93eb315

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: Configure firewall's kernel exception listener with configured entry point or a default entry point PSR-2 fixes [DependencyInjection] make paths relative to __DIR__ in the generated container Fixed the syntax of a composer.json file Fixed the symfony/config version constraint Tweaked the password-compat version constraint Docblock fixes Remove dialog usage define constant only if it wasn't defined before Fix incorrect spanish translation Fixed typos Conflicts: src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php src/Symfony/Component/OptionsResolver/Options.php src/Symfony/Component/OptionsResolver/OptionsResolverInterface.php src/Symfony/Component/Process/ProcessPipes.php src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php src/Symfony/Component/Validator/ConstraintViolation.php src/Symfony/Component/Yaml/Inline.php src/Symfony/Component/Yaml/Parser.php
2 parents 41953ad + 8819e8e commit 93eb315

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CssSelector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class CssSelector
4040
* Optionally, a prefix can be added to the resulting XPath
4141
* expression with the $prefix parameter.
4242
*
43-
* @param mixed $cssExpr The CSS expression.
44-
* @param string $prefix An optional prefix for the XPath expression.
43+
* @param mixed $cssExpr The CSS expression.
44+
* @param string $prefix An optional prefix for the XPath expression.
4545
*
4646
* @return string
4747
*

XPath/Extension/NodeExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public function __construct($flags = 0)
4545
}
4646

4747
/**
48-
* @param int $flag
49-
* @param bool $on
48+
* @param int $flag
49+
* @param bool $on
5050
*
5151
* @return NodeExtension
5252
*/

XPath/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function addCombination($combiner, NodeInterface $xpath, NodeInterface $c
227227
}
228228

229229
/**
230-
* @param XPathExpr $xpath
230+
* @param XPathExpr $xpath
231231
* @param FunctionNode $function
232232
*
233233
* @return XPathExpr

XPath/XPathExpr.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ class XPathExpr
3737
private $condition;
3838

3939
/**
40-
* @param string $path
41-
* @param string $element
42-
* @param string $condition
43-
* @param bool $starPrefix
40+
* @param string $path
41+
* @param string $element
42+
* @param string $condition
43+
* @param bool $starPrefix
4444
*/
4545
public function __construct($path = '', $element = '*', $condition = '', $starPrefix = false)
4646
{

0 commit comments

Comments
 (0)