Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1997b12

Browse filesBrowse files
committed
Use the correct cssselect library name in docblocks.
The original python library is called cssselect, not cssselector.
1 parent e10024e commit 1997b12
Copy full SHA for 1997b12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

48 files changed

+48
-48
lines changed

‎src/Symfony/Component/CssSelector/CssSelector.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/CssSelector.php
+1-1Lines 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

‎src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Exception/InternalErrorException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Exception/InternalErrorException.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Exception/ParseException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Exception/ParseException.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Node/AbstractNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/AbstractNode.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Node/AttributeNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/AttributeNode.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Node/ClassNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/ClassNode.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php
+1-1Lines 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>

‎src/Symfony/Component/CssSelector/Node/ElementNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/ElementNode.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<namespace>|<element>" 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>

‎src/Symfony/Component/CssSelector/Node/FunctionNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/FunctionNode.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Represents a "<selector>:<name>(<arguments>)" node.
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>

‎src/Symfony/Component/CssSelector/Node/HashNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/HashNode.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<selector>#<id>" 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>

‎src/Symfony/Component/CssSelector/Node/NegationNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/NegationNode.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<selector>:not(<identifier>)" 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>

‎src/Symfony/Component/CssSelector/Node/NodeInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/NodeInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Interface for nodes.
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>

‎src/Symfony/Component/CssSelector/Node/PseudoNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/PseudoNode.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<selector>:<identifier>" 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>

‎src/Symfony/Component/CssSelector/Node/SelectorNode.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/SelectorNode.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a "<selector>(::|:)<pseudoElement>" 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>

‎src/Symfony/Component/CssSelector/Node/Specificity.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Node/Specificity.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Represents a node specificity.
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
* @see http://www.w3.org/TR/selectors/#specificity

‎src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* CSS selector comment handler.
1919
*
20-
* This component is a port of the Python cssselector library,
20+
* This component is a port of the Python cssselect library,
2121
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2222
*
2323
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* CSS selector handler interface.
1919
*
20-
* This component is a port of the Python cssselector library,
20+
* This component is a port of the Python cssselect library,
2121
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2222
*
2323
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* CSS selector comment handler.
2222
*
23-
* This component is a port of the Python cssselector library,
23+
* This component is a port of the Python cssselect library,
2424
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2525
*
2626
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* CSS selector comment handler.
2222
*
23-
* This component is a port of the Python cssselector library,
23+
* This component is a port of the Python cssselect library,
2424
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2525
*
2626
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* CSS selector comment handler.
2121
*
22-
* This component is a port of the Python cssselector library,
22+
* This component is a port of the Python cssselect library,
2323
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2424
*
2525
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* CSS selector comment handler.
2424
*
25-
* This component is a port of the Python cssselector library,
25+
* This component is a port of the Python cssselect library,
2626
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2727
*
2828
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* CSS selector whitespace handler.
2020
*
21-
* This component is a port of the Python cssselector library,
21+
* This component is a port of the Python cssselect library,
2222
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2323
*
2424
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Parser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Parser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* CSS selector parser.
2020
*
21-
* This component is a port of the Python cssselector library,
21+
* This component is a port of the Python cssselect library,
2222
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2323
*
2424
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/ParserInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/ParserInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* CSS selector parser interface.
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>

‎src/Symfony/Component/CssSelector/Parser/Reader.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Reader.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* CSS selector reader.
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>

‎src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* CSS selector class parser shortcut.
2121
*
22-
* This component is a port of the Python cssselector library,
22+
* This component is a port of the Python cssselect library,
2323
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2424
*
2525
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* CSS selector element parser shortcut.
2020
*
21-
* This component is a port of the Python cssselector library,
21+
* This component is a port of the Python cssselect library,
2222
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2323
*
2424
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* - The parser fails to parse an empty string.
2323
* - In the previous version, an empty string matches each tags.
2424
*
25-
* This component is a port of the Python cssselector library,
25+
* This component is a port of the Python cssselect library,
2626
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2727
*
2828
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* CSS selector hash parser shortcut.
2121
*
22-
* This component is a port of the Python cssselector library,
22+
* This component is a port of the Python cssselect library,
2323
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2424
*
2525
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Token.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Token.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* CSS selector token.
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>

‎src/Symfony/Component/CssSelector/Parser/TokenStream.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/TokenStream.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* CSS selector token stream.
1919
*
20-
* This component is a port of the Python cssselector library,
20+
* This component is a port of the Python cssselect library,
2121
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2222
*
2323
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* CSS selector tokenizer.
2121
*
22-
* This component is a port of the Python cssselector library,
22+
* This component is a port of the Python cssselect library,
2323
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2424
*
2525
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* CSS selector tokenizer escaping applier.
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>

‎src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* CSS selector tokenizer patterns builder.
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>

‎src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* XPath expression translator abstract extension.
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>

‎src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* XPath expression translator attribute extension.
1919
*
20-
* This component is a port of the Python cssselector library,
20+
* This component is a port of the Python cssselect library,
2121
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2222
*
2323
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* XPath expression translator combination extension.
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>

‎src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* XPath expression translator extension interface.
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>

‎src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* XPath expression translator function extension.
2323
*
24-
* This component is a port of the Python cssselector library,
24+
* This component is a port of the Python cssselect library,
2525
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2626
*
2727
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* XPath expression translator HTML extension.
2121
*
22-
* This component is a port of the Python cssselector library,
22+
* This component is a port of the Python cssselect library,
2323
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2424
*
2525
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

‎src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* XPath expression translator node extension.
2020
*
21-
* This component is a port of the Python cssselector library,
21+
* This component is a port of the Python cssselect library,
2222
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
2323
*
2424
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.