Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Jun 14, 2023
1 parent 238a67b commit da8e184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.13.0]
### Added
- Copied GraphQL `url_webp` from Hyva compatibility module to here
Expand Down
6 changes: 4 additions & 2 deletions GraphQl/Resolver/WebpUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
use Magento\Framework\Exception\FileSystemException;
use Magento\Framework\Exception\NoSuchEntityException;
use Magento\Framework\GraphQl\Config\Element\Field;
use Magento\Framework\GraphQl\Query\Resolver\ContextInterface;
use Magento\Framework\GraphQl\Query\Resolver\Value;
use Magento\Framework\GraphQl\Query\ResolverInterface;
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
use Magento\TestFramework\Helper\Bootstrap;
use Yireo\NextGenImages\Config\Config;
use Yireo\NextGenImages\Exception\ConvertorException;
use Yireo\NextGenImages\Image\ImageFactory;
Expand Down Expand Up @@ -56,8 +56,10 @@ public function __construct(
}

/**
* Resolve this GraphQL request
*
* @param Field $field
* @param $context
* @param ContextInterface $context
* @param ResolveInfo $info
* @param array|null $value
* @param array|null $args
Expand Down

0 comments on commit da8e184

Please sign in to comment.