Skip to content

Commit

Permalink
fix: since docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Feb 24, 2024
1 parent 5e8edd1 commit c417ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ImageHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public static function get_sideloaded_file_loc($file)

/**
* Filters basename for sideloaded files.
* @since 2.0.1
* @since 2.1.0
* @example
* ```php
* // Change the basename used for sideloaded images.
Expand Down
2 changes: 1 addition & 1 deletion src/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function render($file, $data = null, $expires = false, $cache_mode = self
/**
* Filters $output before it is cached.
*
* @since 2.0.1
* @since 2.1.0
*
* @param string $output
* @param array $data
Expand Down

0 comments on commit c417ecc

Please sign in to comment.