@@ -166,8 +166,4 @@ |
||
| 166 | 166 | $local->putFileContent($file, <<<EOT |
| 167 | 167 | <?php |
| 168 | 168 | |
| 169 | -return {$array}; |
|
| 170 | - |
|
| 171 | -EOT); |
|
| 172 | - } |
|
| 173 | -} |
|
| 169 | +return {$array} |
|
| 174 | 170 | \ No newline at end of file |
@@ -166,8 +166,4 @@ |
||
| 166 | 166 | $local->putFileContent($file, <<<EOT |
| 167 | 167 | <?php |
| 168 | 168 | |
| 169 | -return {$array}; |
|
| 170 | - |
|
| 171 | -EOT); |
|
| 172 | - } |
|
| 173 | -} |
|
| 169 | +return {$array} |
|
| 174 | 170 | \ No newline at end of file |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | try{ |
| 79 | 79 | $temp = $mixed->$key; |
| 80 | 80 | return $temp; |
| 81 | - }catch(Exception $e){ |
|
| 81 | + } catch(Exception $e){ |
|
| 82 | 82 | return $defaultValue; |
| 83 | 83 | } |
| 84 | 84 | |