Drop all Scrutinizer annotations

Because they tend to clutter our code a lot and unfortunately, there are
lots of false positives. Instead, it would probably be better to deal
with false positives out of band, via the Scrutinizer web UI.
This commit is contained in:
Adrien Crivelli
2023-09-20 17:53:47 +08:00
parent 07c60bac4a
commit 2a0a53cd6a
218 changed files with 493 additions and 732 deletions
@@ -56,7 +56,7 @@ class MemoryDrawingTest extends AbstractFunctional
if ($gdImage === false) {
self::fail('unexpected failure in imagecreatefromstring');
} else {
self::assertTrue(self::checkTransparent(/** @scrutinizer ignore-type */ $gdImage));
self::assertTrue(self::checkTransparent($gdImage));
}
} else {
self::fail('Unexpected drawing not in Drawing class');