1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove useless echo from tests

This commit is contained in:
Ilija Tovilo 2019-05-23 19:58:23 +02:00 committed by Matthew Brown
parent 1c30270d89
commit 5d51680e65

View File

@ -102,8 +102,6 @@ class AnalyzedMethodTest extends \Psalm\Tests\TestCase
$unaffected_analyzed_methods,
$codebase->analyzer->getAnalyzedMethods()
);
echo ' ';
}
/**