Skip to content

Commit 1c27166

Browse files
committed
removed not needed phpcs:ignore
1 parent f187dbf commit 1c27166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/images/dominant-color/class-dominant-color-image-editor-imagick.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function has_transparency() {
6363
}
6464

6565
try {
66-
// phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged
6766
// Check if the image has an alpha channel if true, set to has_transparent to true.
6867
return (bool) $this->image->getImageAlphaChannel();
6968
} catch ( Exception $e ) {

0 commit comments

Comments
 (0)