Skip to content

Commit

Permalink
update return doc
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Jul 30, 2024
1 parent cc55159 commit 5dd6fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ private function replaceImage( $image, $use_native = true ) {
/**
* Checks if the noscript tag is enabled
*
* @return bool
* @return mixed
*/
private function noscriptEnabled(): bool {
private function noscriptEnabled() {
/**
* Filter to enable or disable noscript tag
*
Expand Down

0 comments on commit 5dd6fea

Please sign in to comment.