comparison vendor/symfony/css-selector/Node/CombinedSelectorNode.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
21 * 21 *
22 * @internal 22 * @internal
23 */ 23 */
24 class CombinedSelectorNode extends AbstractNode 24 class CombinedSelectorNode extends AbstractNode
25 { 25 {
26 /**
27 * @var NodeInterface
28 */
29 private $selector; 26 private $selector;
30
31 /**
32 * @var string
33 */
34 private $combinator; 27 private $combinator;
35
36 /**
37 * @var NodeInterface
38 */
39 private $subSelector; 28 private $subSelector;
40 29
41 /** 30 /**
42 * @param NodeInterface $selector 31 * @param NodeInterface $selector
43 * @param string $combinator 32 * @param string $combinator