@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Get job configuration from XML and database. Expression priority is given to the database. |
57 | 57 | * |
58 | - * @return Traversable|Mage_Core_Model_Config_Element[] |
|
58 | + * @return AppendIterator |
|
59 | 59 | */ |
60 | 60 | private function getJobConfigElements() |
61 | 61 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | |
18 | 18 | $build = new SimpleXMLElement($projectDir . '/build.xml', 0, true); |
19 | 19 | |
20 | -$file = $projectDir . '/' . $build['name']. '.phar'; |
|
20 | +$file = $projectDir . '/' . $build['name'] . '.phar'; |
|
21 | 21 | |
22 | 22 | list($signature) = $build->xpath('//patched-pharpackage/@signature') + array(null); |
23 | 23 |