Skip to content

Commit cd0c393

Browse files
committed
fix code style issues
1 parent d084f57 commit cd0c393

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
use PHPStan\PhpDocParser\ParserConfig;
2626
use RuntimeException;
2727

28-
use function ltrim;
2928
use function property_exists;
3029
use function rtrim;
30+
use function str_replace;
31+
use function trim;
3132

3233
/**
3334
* Factory class creating tags using phpstan's parser

0 commit comments

Comments
 (0)