Skip to content

Commit

Permalink
fix createProcessedFile method description
Browse files Browse the repository at this point in the history
  • Loading branch information
bigahuna authored and Gitsko committed May 27, 2024
1 parent ec29a4c commit 2915c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Utils/ProcessedFilesHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ProcessedFilesHandler
{
/**
* Create a processed variant of a file based on the given configuration.
* Returns the processedFile or false if the file could not be created
* Returns the ProcessedFile or throws an exception if creation failed.
*
* Example for the image configuration:
* $imageConfiguration = [
Expand Down

0 comments on commit 2915c34

Please sign in to comment.