From 1a00a252a0e31ebb90f17bf59b20d9ef4aa6da82 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 24 Nov 2022 14:25:34 -0500 Subject: [PATCH] fix: linter --- src/Exception/BadRegexException.php | 1 - src/Exception/BadRulesException.php | 1 - src/Exception/CacheException.php | 1 - src/Exception/DownloadException.php | 1 - src/Exception/IOException.php | 1 - src/Exception/ImageConvertException.php | 1 - src/Exception/MissingRequirementException.php | 1 - src/Exception/NotAnImageException.php | 1 - src/Exception/NotImplementedException.php | 1 - src/Exception/ThumbnailNotFoundException.php | 1 - src/Exception/UnsupportedDomainException.php | 1 - src/Exception/WebThumbnailerException.php | 1 - 12 files changed, 12 deletions(-) diff --git a/src/Exception/BadRegexException.php b/src/Exception/BadRegexException.php index fb1298b..86600cc 100644 --- a/src/Exception/BadRegexException.php +++ b/src/Exception/BadRegexException.php @@ -6,5 +6,4 @@ class BadRegexException extends WebThumbnailerException { - } diff --git a/src/Exception/BadRulesException.php b/src/Exception/BadRulesException.php index c17e569..92741b7 100644 --- a/src/Exception/BadRulesException.php +++ b/src/Exception/BadRulesException.php @@ -6,5 +6,4 @@ class BadRulesException extends WebThumbnailerException { - } diff --git a/src/Exception/CacheException.php b/src/Exception/CacheException.php index 7c2eb94..5f2ffe5 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -6,5 +6,4 @@ class CacheException extends WebThumbnailerException { - } diff --git a/src/Exception/DownloadException.php b/src/Exception/DownloadException.php index 18cad95..019eaad 100644 --- a/src/Exception/DownloadException.php +++ b/src/Exception/DownloadException.php @@ -6,5 +6,4 @@ class DownloadException extends WebThumbnailerException { - } diff --git a/src/Exception/IOException.php b/src/Exception/IOException.php index 8d00075..3c8d7ff 100644 --- a/src/Exception/IOException.php +++ b/src/Exception/IOException.php @@ -6,5 +6,4 @@ class IOException extends WebThumbnailerException { - } diff --git a/src/Exception/ImageConvertException.php b/src/Exception/ImageConvertException.php index 97e4f47..d0eda07 100644 --- a/src/Exception/ImageConvertException.php +++ b/src/Exception/ImageConvertException.php @@ -6,5 +6,4 @@ class ImageConvertException extends WebThumbnailerException { - } diff --git a/src/Exception/MissingRequirementException.php b/src/Exception/MissingRequirementException.php index 2b15b8d..804135c 100644 --- a/src/Exception/MissingRequirementException.php +++ b/src/Exception/MissingRequirementException.php @@ -6,5 +6,4 @@ class MissingRequirementException extends WebThumbnailerException { - } diff --git a/src/Exception/NotAnImageException.php b/src/Exception/NotAnImageException.php index a1db37b..03ce20c 100644 --- a/src/Exception/NotAnImageException.php +++ b/src/Exception/NotAnImageException.php @@ -6,5 +6,4 @@ class NotAnImageException extends WebThumbnailerException { - } diff --git a/src/Exception/NotImplementedException.php b/src/Exception/NotImplementedException.php index c7357bd..e588d29 100644 --- a/src/Exception/NotImplementedException.php +++ b/src/Exception/NotImplementedException.php @@ -6,5 +6,4 @@ class NotImplementedException extends WebThumbnailerException { - } diff --git a/src/Exception/ThumbnailNotFoundException.php b/src/Exception/ThumbnailNotFoundException.php index d206459..a8a6c59 100644 --- a/src/Exception/ThumbnailNotFoundException.php +++ b/src/Exception/ThumbnailNotFoundException.php @@ -6,5 +6,4 @@ class ThumbnailNotFoundException extends WebThumbnailerException { - } diff --git a/src/Exception/UnsupportedDomainException.php b/src/Exception/UnsupportedDomainException.php index 46943d4..9280ccf 100644 --- a/src/Exception/UnsupportedDomainException.php +++ b/src/Exception/UnsupportedDomainException.php @@ -6,5 +6,4 @@ class UnsupportedDomainException extends WebThumbnailerException { - } diff --git a/src/Exception/WebThumbnailerException.php b/src/Exception/WebThumbnailerException.php index 46470c8..3efb1f9 100644 --- a/src/Exception/WebThumbnailerException.php +++ b/src/Exception/WebThumbnailerException.php @@ -6,5 +6,4 @@ abstract class WebThumbnailerException extends \Exception { - }