mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix linting issues
This commit is contained in:
parent
4fcef5c0d6
commit
4de33e509b
@ -234,7 +234,8 @@ class CommentChecker
|
||||
* @return FunctionDocblockComment
|
||||
* @psalm-suppress MixedArrayAccess
|
||||
*/
|
||||
public static function extractFunctionDocblockInfo($comment, $line_number) {
|
||||
public static function extractFunctionDocblockInfo($comment, $line_number)
|
||||
{
|
||||
$comments = self::parseDocComment($comment, $line_number);
|
||||
|
||||
$info = new FunctionDocblockComment();
|
||||
|
@ -141,7 +141,7 @@ class DependencyFinderVisitor extends PhpParser\NodeVisitorAbstract implements P
|
||||
new CodeLocation($this->file_scanner, $node, null, true)
|
||||
)
|
||||
)) {
|
||||
|
||||
// fall through
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user