1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

remove unnecessary var

This commit is contained in:
orklah 2021-08-15 17:57:47 +02:00
parent 3a8afe07be
commit 4682c4be5e

View File

@ -174,7 +174,6 @@ class AssertionFinder
) {
return self::getGreaterAssertions(
$conditional,
$codebase,
$source,
$this_class_name
);
@ -3605,7 +3604,6 @@ class AssertionFinder
*/
private static function getGreaterAssertions(
PhpParser\Node\Expr $conditional,
?Codebase $_codebase,
FileSource $source,
?string $this_class_name
): array {