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 30b6f0d
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 @@ -62,6 +62,8 @@ public function __toString()
* @return ImageVariant
*
* @throws \InvalidArgumentException Thrown if $name is not the value of a defined constant.
*
* @SuppressWarnings("unused")
*/
public static function __callStatic($name, array $arguments = [])
{
Expand Down

0 comments on commit 30b6f0d

Please # to comment.