mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Comply to PSR2 standard.
This commit is contained in:
@@ -22,7 +22,7 @@ class Utility
|
||||
*
|
||||
* @return bool|string True is successful, otherwise the part of the path that failed testing.
|
||||
*/
|
||||
static public function canExecuteRead($path)
|
||||
public static function canExecuteRead($path)
|
||||
{
|
||||
$paths = preg_split('#/#', $path);
|
||||
$fullPath = DS;
|
||||
|
||||
Reference in New Issue
Block a user