Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/process/ExecutableFinder.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 | c2387f117808 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
21 { | 21 { |
22 private $suffixes = array('.exe', '.bat', '.cmd', '.com'); | 22 private $suffixes = array('.exe', '.bat', '.cmd', '.com'); |
23 | 23 |
24 /** | 24 /** |
25 * Replaces default suffixes of executable. | 25 * Replaces default suffixes of executable. |
26 * | |
27 * @param array $suffixes | |
28 */ | 26 */ |
29 public function setSuffixes(array $suffixes) | 27 public function setSuffixes(array $suffixes) |
30 { | 28 { |
31 $this->suffixes = $suffixes; | 29 $this->suffixes = $suffixes; |
32 } | 30 } |