@@ -118,7 +118,7 @@ |
||
118 | 118 | */ |
119 | 119 | public function setPipelinesId($id) |
120 | 120 | { |
121 | - $list = (string) $this->getValue('PIPELINES_IDS'); |
|
121 | + $list = (string)$this->getValue('PIPELINES_IDS'); |
|
122 | 122 | $hashes = preg_split('~\s+~', $list, -1, PREG_SPLIT_NO_EMPTY); |
123 | 123 | $hashes = array_map('strtolower', /** @scrutinizer ignore-type */ $hashes); |
124 | 124 |