We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6329d8 commit 9314569Copy full SHA for 9314569
includes/Images/ImageUploadListener.php
@@ -26,8 +26,8 @@ class ImageUploadListener {
26
/**
27
* Constructor to initialize the listener.
28
*
29
- * @param bool $delete_original Whether to delete the original file after optimization.
30
* @param \NewfoldLabs\WP\Container\Container $container Dependency injection container.
+ * @param bool $delete_original Whether to delete the original file after optimization.
31
*/
32
public function __construct( $container, $delete_original = false ) {
33
$this->image_service = new ImageService( $container );
0 commit comments