mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -17,7 +17,7 @@ use Zip as ZipStream;
|
||||
if (! function_exists('getRawHtml')) {
|
||||
|
||||
/**
|
||||
* @param $url
|
||||
* @param $url
|
||||
* @param bool $cookie
|
||||
* @return bool|mixed|string
|
||||
*/
|
||||
@@ -207,7 +207,7 @@ if (! function_exists('color')) {
|
||||
if (! function_exists('human_filesize')) {
|
||||
|
||||
/**
|
||||
* @param $bytes
|
||||
* @param $bytes
|
||||
* @param int $decimals
|
||||
* @return string
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace App\Extensions\util;
|
||||
class PhpYenc
|
||||
{
|
||||
/**
|
||||
* @param $text
|
||||
* @param $text
|
||||
* @param bool $ignore
|
||||
* @return bool|string
|
||||
*/
|
||||
@@ -136,8 +136,8 @@ class PhpYenc
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $data
|
||||
* @param $filename
|
||||
* @param $data
|
||||
* @param $filename
|
||||
* @param int $lineLength
|
||||
* @param bool $crc32
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user