From 89ba74ae8125be993c2305cb05ebb321aa3c1552 Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 5 May 2015 11:47:56 +0200 Subject: [PATCH] Comply to PSR2 standard. --- lib/copy_this/newznab/utility/Utility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/copy_this/newznab/utility/Utility.php b/lib/copy_this/newznab/utility/Utility.php index c00f75df4..e837fe474 100644 --- a/lib/copy_this/newznab/utility/Utility.php +++ b/lib/copy_this/newznab/utility/Utility.php @@ -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;