@@ -12,10 +12,10 @@ |
||
| 12 | 12 | |
| 13 | 13 | |
| 14 | 14 | use ConsoleHelpers\CodeInsight\Command\CompletionCommand; |
| 15 | -use ConsoleHelpers\CodeInsight\Command\ReportCommand; |
|
| 16 | 15 | use ConsoleHelpers\CodeInsight\Command\Dev\MigrationCreateCommand; |
| 17 | -use ConsoleHelpers\ConsoleKit\Application as BaseApplication; |
|
| 18 | 16 | use ConsoleHelpers\CodeInsight\Command\MissingTestsCommand; |
| 17 | +use ConsoleHelpers\CodeInsight\Command\ReportCommand; |
|
| 18 | +use ConsoleHelpers\ConsoleKit\Application as BaseApplication; |
|
| 19 | 19 | use Symfony\Component\Console\Command\Command; |
| 20 | 20 | |
| 21 | 21 | class Application extends BaseApplication |
@@ -18,9 +18,9 @@ |
||
| 18 | 18 | use ConsoleHelpers\CodeInsight\KnowledgeBase\DataCollector\ConstantDataCollector; |
| 19 | 19 | use ConsoleHelpers\CodeInsight\KnowledgeBase\DataCollector\FunctionDataCollector; |
| 20 | 20 | use ConsoleHelpers\ConsoleKit\ConsoleIO; |
| 21 | +use Go\ParserReflection\LocatorInterface; |
|
| 21 | 22 | use Go\ParserReflection\Locator\CallableLocator; |
| 22 | 23 | use Go\ParserReflection\Locator\ComposerLocator; |
| 23 | -use Go\ParserReflection\LocatorInterface; |
|
| 24 | 24 | use Go\ParserReflection\ReflectionEngine; |
| 25 | 25 | use Go\ParserReflection\ReflectionFile; |
| 26 | 26 | use Symfony\Component\Finder\Finder; |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | /** |
| 91 | 91 | * Delete previously collected data for a files. |
| 92 | 92 | * |
| 93 | - * @param array $file_ids File IDs. |
|
| 93 | + * @param integer[] $file_ids File IDs. |
|
| 94 | 94 | * |
| 95 | 95 | * @return void |
| 96 | 96 | */ |
@@ -863,7 +863,7 @@ discard block |
||
| 863 | 863 | * @param ExtendedPdoInterface $db Database. |
| 864 | 864 | * @param integer $method_id Method ID. |
| 865 | 865 | * |
| 866 | - * @return integer |
|
| 866 | + * @return string |
|
| 867 | 867 | */ |
| 868 | 868 | protected function calculateMethodParameterSignature(ExtendedPdoInterface $db, $method_id) |
| 869 | 869 | { |