Skip to content

Commit

Permalink
TASK: Add content-blocks to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-codappix committed Jun 12, 2024
1 parent 12488c3 commit 398d228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DataProcessing/ResponsiveImagesProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private function calculateFileDimensionForBreakpoints(): array
return $fileDimensions;
}

public function getData(): array
private function getData(): array
{
if (
$this->processedData['data'] instanceof ContentBlockData
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"require-dev": {
"b13/container": "^2.3",
"codappix/typo3-php-datasets": "^1.5",
"contentblocks/content-blocks": "^0.7",
"erickskrauch/php-cs-fixer-custom-fixers": "^1.2",
"friendsofphp/php-cs-fixer": "^3.50",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
Expand Down

0 comments on commit 398d228

Please sign in to comment.