Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.x' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 26, 2022
2 parents 1f19923 + 747966c commit df57d65
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/Argument/PointFactory.php
Expand Up @@ -16,6 +16,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class PointFactory
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/Argument/SizeFactory.php
Expand Up @@ -16,6 +16,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class SizeFactory
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/AutoRotateFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class AutoRotateFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/BackgroundFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class BackgroundFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/CropFactory.php
Expand Up @@ -19,6 +19,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class CropFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/DownscaleFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class DownscaleFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/FlipFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class FlipFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/GrayscaleFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class GrayscaleFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/InterlaceFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class InterlaceFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/PasteFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class PasteFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/RelativeResizeFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class RelativeResizeFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/ResizeFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class ResizeFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/RotateFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class RotateFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/ScaleFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class ScaleFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/StripFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class StripFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/ThumbnailFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class ThumbnailFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/UpscaleFactory.php
Expand Up @@ -18,6 +18,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class UpscaleFactory implements FilterFactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/Factory/Config/Filter/WatermarkFactory.php
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @codeCoverageIgnore
*/
final class WatermarkFactory implements FilterFactoryInterface
Expand Down

0 comments on commit df57d65

Please sign in to comment.