misc file cleanup
This commit is contained in:
parent
3cd0a8337f
commit
259b220dfc
4 changed files with 5 additions and 5 deletions
|
@ -199,7 +199,7 @@ class Server extends Model
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns non-administrative headers for accessing a server on Scales
|
||||
* Returns non-administrative headers for accessing a server on the daemon
|
||||
*
|
||||
* @param string $uuid
|
||||
* @return array
|
||||
|
|
|
@ -132,7 +132,7 @@ class FileRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Save the contents of a requested file on the Scales instance.
|
||||
* Save the contents of a requested file on the daemon.
|
||||
*
|
||||
* @param string $file
|
||||
* @param string $content
|
||||
|
@ -166,7 +166,7 @@ class FileRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a listing of all files and folders within a specified Scales directory.
|
||||
* Returns a listing of all files and folders within a specified directory on the daemon.
|
||||
*
|
||||
* @param string $directory
|
||||
* @return object
|
||||
|
|
Reference in a new issue