Fix: Remove last chackstyle errors

This commit is contained in:
Laurent Destailleur 2012-12-21 11:59:55 +01:00
parent 65b59b8d92
commit f1671e5acf

View File

@ -28,8 +28,9 @@ function CombinePaths( $sBasePath, $sFolder )
/** /**
* GetResourceTypePath * GetResourceTypePath
* *
* @param unknown_type $resourceType * @param string $resourceType Resource type
* @param unknown_type $sCommand * @param string $sCommand Command
* @return string Config
*/ */
function GetResourceTypePath($resourceType, $sCommand) function GetResourceTypePath($resourceType, $sCommand)
{ {
@ -44,8 +45,8 @@ function GetResourceTypePath($resourceType, $sCommand)
/** /**
* GetResourceTypeDirectory * GetResourceTypeDirectory
* *
* @param unknown_type $resourceType * @param unknown_type $resourceType Resource type
* @param unknown_type $sCommand * @param unknown_type $sCommand Command
* @return string * @return string
*/ */
function GetResourceTypeDirectory($resourceType, $sCommand) function GetResourceTypeDirectory($resourceType, $sCommand)
@ -77,7 +78,8 @@ function GetUrlFromPath($resourceType, $folderPath, $sCommand)
/** /**
* RemoveExtension * RemoveExtension
* *
* @param unknown_type $fileName * @param string $fileName Filename
* @return string String without extension
*/ */
function RemoveExtension($fileName) function RemoveExtension($fileName)
{ {
@ -86,9 +88,10 @@ function RemoveExtension($fileName)
/** /**
* ServerMapFolder * ServerMapFolder
* *
* @param unknown_type $resourceType * @param string $resourceType Resource type
* @param unknown_type $folderPath * @param string $folderPath Folder
* @param unknown_type $sCommand * @param string $sCommand Command
* @return void
*/ */
function ServerMapFolder($resourceType, $folderPath, $sCommand) function ServerMapFolder($resourceType, $folderPath, $sCommand)
{ {
@ -112,8 +115,9 @@ function GetParentFolder( $folderPath )
/** /**
* CreateServerFolder * CreateServerFolder
* *
* @param unknown_type $folderPath * @param string $folderPath Folder
* @param unknown_type $lastFolder * @param string $lastFolder Folder
* @return string ''=success, error message otherwise
*/ */
function CreateServerFolder($folderPath, $lastFolder = null) function CreateServerFolder($folderPath, $lastFolder = null)
{ {