Skip to content

Commit 9314569

Browse files
committed
Fix: phpcs
1 parent e6329d8 commit 9314569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Images/ImageUploadListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class ImageUploadListener {
2626
/**
2727
* Constructor to initialize the listener.
2828
*
29-
* @param bool $delete_original Whether to delete the original file after optimization.
3029
* @param \NewfoldLabs\WP\Container\Container $container Dependency injection container.
30+
* @param bool $delete_original Whether to delete the original file after optimization.
3131
*/
3232
public function __construct( $container, $delete_original = false ) {
3333
$this->image_service = new ImageService( $container );

0 commit comments

Comments
 (0)