Mercurial > hg > isophonics-drupal-site
comparison vendor/phpunit/php-file-iterator/src/Iterator.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
129 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX); | 129 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX); |
130 } | 130 } |
131 | 131 |
132 /** | 132 /** |
133 * @param string $filename | 133 * @param string $filename |
134 * @param array $subString | 134 * @param array $subStrings |
135 * @param int $type | 135 * @param int $type |
136 * @return bool | 136 * @return bool |
137 * @since Method available since Release 1.1.0 | 137 * @since Method available since Release 1.1.0 |
138 */ | 138 */ |
139 protected function acceptSubString($filename, array $subStrings, $type) | 139 protected function acceptSubString($filename, array $subStrings, $type) |