Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/css-selector/Parser/Reader.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
31 * @param string $source | 31 * @param string $source |
32 */ | 32 */ |
33 public function __construct($source) | 33 public function __construct($source) |
34 { | 34 { |
35 $this->source = $source; | 35 $this->source = $source; |
36 $this->length = strlen($source); | 36 $this->length = \strlen($source); |
37 } | 37 } |
38 | 38 |
39 /** | 39 /** |
40 * @return bool | 40 * @return bool |
41 */ | 41 */ |