← All changes
|
vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php
+6
-1
4.3.8
→
4.4.8
View file →
| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | /** |
| 15 | 15 | * XPath expression translator abstract extension. |
| 16 | 16 | * |
| 17 | 17 | * This component is a port of the Python cssselect library, |
| 18 | - * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. | |
| 18 | + * which is copyright Ian Bicking, @see https://github.com/scrapy/cssselect. | |
| 19 | 19 | * |
| 20 | 20 | * @author Jean-François Simon <[email protected]> |
| 21 | 21 | * |
| 22 | 22 | * @internal |
| @@ -43,8 +43,13 @@ | ||
| 43 | 43 | return []; |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | public function getAttributeMatchingTranslators(): array |
| 47 | + { | |
| 48 | + return []; | |
| 49 | + } | |
| 50 | + | |
| 51 | + public function getRelativeCombinationTranslators(): array | |
| 47 | 52 | { |
| 48 | 53 | return []; |
| 49 | 54 | } |
| 50 | 55 | } |