Skip to content

Commit

Permalink
Supress unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jul 30, 2015
1 parent e7f3627 commit a513a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Entities/ImageVariant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
Expand Down

0 comments on commit a513a7d

Please # to comment.