Skip to content

Commit

Permalink
Suppress warning for static access
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-muehle committed Jan 6, 2017
1 parent 04063bd commit 3bf74f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Script/Helper/Downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Downloader
* @param string $url
*
* @return bool
* @SuppressWarnings(PHPMD.StaticAccess)
*/
public function isAccessible($url)
{
Expand Down

0 comments on commit 3bf74f7

Please sign in to comment.