phpcs
This commit is contained in:
parent
8613cdf24a
commit
0327738aa9
@ -102,7 +102,11 @@ function SendError($number, $text)
|
||||
}
|
||||
|
||||
/**
|
||||
* @param integer $number
|
||||
* SendErrorNode
|
||||
*
|
||||
* @param integer $number Number
|
||||
* @param string $text Text of error
|
||||
* @return string Error node
|
||||
*/
|
||||
function SendErrorNode($number, $text)
|
||||
{
|
||||
|
||||
@ -71,7 +71,12 @@ function GetResourceTypeDirectory($resourceType, $sCommand)
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $folderPath
|
||||
* GetUrlFromPath
|
||||
*
|
||||
* @param string $resourceType Resource type
|
||||
* @param string $folderPath Path
|
||||
* @param string $sCommand Command
|
||||
* @return string Full url
|
||||
*/
|
||||
function GetUrlFromPath($resourceType, $folderPath, $sCommand)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user