| @@ -89,8 +89,8 @@ | ||
| 89 | 89 | * @param OutputInterface $output | 
| 90 | 90 | * @param $template | 
| 91 | 91 | * @param $answerId | 
| 92 | - * @param $originalTest | |
| 93 | - * @return bool|string | |
| 92 | + * @param string $originalTest | |
| 93 | + * @return string|false | |
| 94 | 94 | * @throws Exception | 
| 95 | 95 | */ | 
| 96 | 96 | private function handleQuestion(OutputInterface $output, string $template, string $answerId, $originalTest) | 
| @@ -50,7 +50,7 @@ | ||
| 50 | 50 | */ | 
| 51 | 51 | protected function handleImport(string $content) | 
| 52 | 52 |      { | 
| 53 | - $redis = $this->getRedis(); | |
| 53 | + $redis = $this->getRedis(); | |
| 54 | 54 | |
| 55 | 55 |          foreach (explode("\n", $content) as $line) { | 
| 56 | 56 |              preg_match_all('/"(?:\\\\.|[^\\\\"])*"|\S+/', $line, $matches); |