1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix formatting

This commit is contained in:
Matt Brown 2017-07-27 16:15:17 -04:00
parent aca295ef7d
commit 3e60b4b6ad
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ use Psalm\Issue\UndefinedTrait;
use Psalm\Issue\UnimplementedAbstractMethod;
use Psalm\Issue\UnimplementedInterfaceMethod;
use Psalm\IssueBuffer;
use Psalm\Provider\FileReferenceProvider;
use Psalm\StatementsSource;
use Psalm\Storage\ClassLikeStorage;
use Psalm\Storage\PropertyStorage;

View File

@ -786,7 +786,6 @@ class ProjectChecker
if ($referencing_file_path) {
FileReferenceProvider::addFileReferenceToClass($referencing_file_path, $fq_classlike_name_lc);
}
}
/**