@@ -91,6 +91,9 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | |
94 | + /** |
|
95 | + * @param string $textDomain |
|
96 | + */ |
|
94 | 97 | protected function translatePart($translate, $result, $textDomain, $locale) |
95 | 98 | { |
96 | 99 | $newResult = parent::translate($result, $textDomain, $locale); |
@@ -5,13 +5,9 @@ |
||
5 | 5 | use Guzzle\Http\Client; |
6 | 6 | use Magium\Cli\Command\Test\TestSkeleton; |
7 | 7 | use Magium\InvalidConfigurationException; |
8 | -use Magium\NotFoundException; |
|
9 | 8 | use Magium\Util\Api\ApiConfiguration; |
10 | 9 | use Symfony\Component\Console\Command\Command; |
11 | -use Symfony\Component\Console\Input\ArrayInput; |
|
12 | -use Symfony\Component\Console\Input\InputArgument; |
|
13 | 10 | use Symfony\Component\Console\Input\InputInterface; |
14 | -use Symfony\Component\Console\Input\InputOption; |
|
15 | 11 | use Symfony\Component\Console\Output\OutputInterface; |
16 | 12 | |
17 | 13 | class ApiPing extends Command |
@@ -96,6 +96,9 @@ discard block |
||
96 | 96 | return $classes; |
97 | 97 | } |
98 | 98 | |
99 | + /** |
|
100 | + * @param string $class |
|
101 | + */ |
|
99 | 102 | protected function processClass($class) |
100 | 103 | { |
101 | 104 | try { |
@@ -137,6 +140,9 @@ discard block |
||
137 | 140 | return null; |
138 | 141 | } |
139 | 142 | |
143 | + /** |
|
144 | + * @param string $file |
|
145 | + */ |
|
140 | 146 | protected function getClassNameInFile($file) |
141 | 147 | { |
142 | 148 | $namespace = $class = ''; |