From a513a7da01853523b537c029ade17970dfae7b71 Mon Sep 17 00:00:00 2001 From: chadicus Date: Thu, 30 Jul 2015 12:48:09 -0400 Subject: [PATCH] Supress unused variable --- src/Entities/ImageVariant.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Entities/ImageVariant.php b/src/Entities/ImageVariant.php index d105ff5..42bc31e 100644 --- a/src/Entities/ImageVariant.php +++ b/src/Entities/ImageVariant.php @@ -61,6 +61,8 @@ public function __toString() * * @return ImageVariant * + * @SuppressWarnings(PHPMD.UnusedLocalVariable) + * * @throws \InvalidArgumentException Thrown if $name is not the value of a defined constant. */ public static function __callStatic($name, array $arguments = [])