Skip to content

Commit 0baf789

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: No global state for isolated tests and other fixes [TwigBundle] Moved the setting of the default escaping strategy from the Twig engine to the Twig environment [Debug] fix checkip6 [HttpFoundation] fixed error when an IP in the X-Forwarded-For HTTP header contains a port Update the note about origins of the CssSelector component. Use the correct cssselect library name in docblocks.
2 parents 04dffdd + 23d84d3 commit 0baf789

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+51
-52
lines changed

CssSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* $xpath = CssSelector::toXpath('h1.foo');
2626
*
27-
* This component is a port of the Python cssselector library,
27+
* This component is a port of the Python cssselect library,
2828
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2929
*
3030
* Copyright (c) 2007-2012 Ian Bicking and contributors. See AUTHORS

Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Interface for exceptions.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Exception/ExpressionErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* ParseException is thrown when a CSS selector syntax is not valid.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Exception/InternalErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* ParseException is thrown when a CSS selector syntax is not valid.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Exception/ParseException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* ParseException is thrown when a CSS selector syntax is not valid.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>

Exception/SyntaxErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* ParseException is thrown when a CSS selector syntax is not valid.
1818
*
19-
* This component is a port of the Python cssselector library,
19+
* This component is a port of the Python cssselect library,
2020
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2121
*
2222
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Node/AbstractNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Abstract base node class.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Node/AttributeNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<selector>[<namespace>|<attribute> <operator> <value>]" node.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Node/ClassNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<selector>.<name>" node.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Node/CombinedSelectorNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a combined node.
1616
*
17-
* This component is a port of the Python cssselector library,
17+
* This component is a port of the Python cssselect library,
1818
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

0 commit comments

Comments
 (0)