@@ -178,7 +178,6 @@ |
||
178 | 178 | * Parse a docblock comment into its parts. |
179 | 179 | * |
180 | 180 | * @param \PhpParser\Comment\Doc $docblock |
181 | - * @param bool $preserve_format |
|
182 | 181 | */ |
183 | 182 | public static function parsePreservingLength(\PhpParser\Comment\Doc $docblock) : ParsedDocblock |
184 | 183 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Psalm\Internal\Stubs\Generator; |
4 | 4 | |
5 | 5 | use PhpParser; |
6 | -use Psalm\Storage\MethodStorage; |
|
7 | 6 | use Psalm\Storage\ClassLikeStorage; |
8 | 7 | use Psalm\Internal\Scanner\ParsedDocblock; |
9 | 8 | use Psalm\Type; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use PhpParser; |
6 | 6 | use Psalm\Internal\Provider; |
7 | 7 | use Psalm\Internal\Scanner\ParsedDocblock; |
8 | -use Psalm\Storage\MethodStorage; |
|
9 | 8 | use Psalm\Type; |
10 | 9 | |
11 | 10 | class StubsGenerator |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | require_once('command_functions.php'); |
3 | 3 | |
4 | -use Psalm\DocComment; |
|
5 | 4 | use Psalm\Internal\Analyzer\ProjectAnalyzer; |
6 | 5 | use Psalm\Config; |
7 | 6 | use Psalm\IssueBuffer; |