Skip to content

Commit

Permalink
Update FullyQualifiedClassNameInAnnotationSniffTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gemal committed Aug 4, 2023
1 parent d7e598b commit 6b3a98a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public function testIgnoredAnnotationNames(): void
'ignoredAnnotationNames' => ['@return', '@param', '@var'],
]);

self::assertSame(55, $report->getErrorCount());
self::assertSame(41, $report->getErrorCount());
}

}

0 comments on commit 6b3a98a

Please sign in to comment.