We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b58723 commit fc9b6c1Copy full SHA for fc9b6c1
src/Script/Helper/Downloader.php
@@ -23,6 +23,7 @@ public function isAccessible($url)
23
* @param string $url
24
*
25
* @return string
26
+ * @SuppressWarnings(PHPMD.StaticAccess)
27
*/
28
public function download($url)
29
{
src/Script/Processor.php
@@ -120,6 +120,8 @@ private function getDecisions()
120
/**
121
* @param string $dir
122
* @param array $excludeToolNames
123
+ *
124
125
126
private function removeFromDir($dir, array $excludeToolNames = [])
127
0 commit comments