Skip to content

Commit b4218ba

Browse files
committed
- ignore long lines in Comparator Facade doc blocks
1 parent 788ce0b commit b4218ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Facades/Comparator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use SapientPro\ImageComparator\ImageComparator;
99
use SapientPro\ImageComparator\Strategy\HashStrategy;
1010

11+
// phpcs:disable Generic.Files.LineLength.TooLong
1112
/**
1213
* @method static void setHashStrategy(HashStrategy $hashStrategy)
1314
* @method static float compare(GdImage|string $sourceImage, GdImage|string $comparedImage, ImageRotationAngle $rotation = ImageRotationAngle::D0, int $precision = 1)
@@ -19,6 +20,7 @@
1920
* @method static GdImage|false squareImage(string $image)
2021
* @method static string convertHashToBinaryString(array $hash)
2122
*/
23+
// phpcs:enable Generic.Files.LineLength.TooLong
2224
class Comparator extends Facade
2325
{
2426
protected static function getFacadeAccessor(): string

0 commit comments

Comments
 (0)