Skip to content

Commit 46a057e

Browse files
committed
Use the correct cssselect library name in docblocks.
The original python library is called cssselect, not cssselector.
1 parent e10c2e1 commit 46a057e

Some content is hidden

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

48 files changed

+48
-48
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)