mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 08:09:15 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user