@@ -71,7 +71,7 @@ |
||
| 71 | 71 | * @param string $oldMessage |
| 72 | 72 | * @param string $locale |
| 73 | 73 | * |
| 74 | - * @return mixed |
|
| 74 | + * @return History |
|
| 75 | 75 | */ |
| 76 | 76 | private function setDocument($document, $oldMessage, $locale) |
| 77 | 77 | { |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | $domains = $input->getOption('domains'); |
| 61 | 61 | $export->export($domains); |
| 62 | 62 | |
| 63 | - $prettify = function ($array) { |
|
| 63 | + $prettify = function($array) { |
|
| 64 | 64 | return !empty($array) ? implode('</comment><info>`, `</info><comment>', $array) : 'all'; |
| 65 | 65 | }; |
| 66 | 66 | |