Skip to content

Commit 3bf74f7

Browse files
committed
Suppress warning for static access
1 parent 04063bd commit 3bf74f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Script/Helper/Downloader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Downloader
1313
* @param string $url
1414
*
1515
* @return bool
16+
* @SuppressWarnings(PHPMD.StaticAccess)
1617
*/
1718
public function isAccessible($url)
1819
{

0 commit comments

Comments
 (0)