Comply to PSR2 standard.

This commit is contained in:
Darko
2015-05-05 11:47:56 +02:00
parent 50be2e4ee9
commit 89ba74ae81
+1 -1
View File
@@ -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;