More Logbook PHP
This commit is contained in:
@@ -22,7 +22,7 @@ class Recording
|
||||
/**
|
||||
* Generates a json representation
|
||||
*
|
||||
* @return array json representation with path as geoJSON and profile as array
|
||||
* @return array Json representation with path as geoJSON and profile as array
|
||||
*/
|
||||
public function to_json(): array
|
||||
{
|
||||
@@ -55,9 +55,9 @@ class Recording
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates a string json representation
|
||||
* Generates a json string representation
|
||||
*
|
||||
* @return string json string representation with path as geoJSON and profile as array
|
||||
* @return string Json string representation with path as geoJSON and profile as array
|
||||
*/
|
||||
public function to_json_string(): string
|
||||
{
|
||||
@@ -95,8 +95,8 @@ class Recording
|
||||
*
|
||||
* @param resource $file File handle
|
||||
*
|
||||
* @return true if not EOF
|
||||
* @return false if EOF
|
||||
* @return true If not EOF
|
||||
* @return false If EOF
|
||||
*
|
||||
* @throws InvalidArgumentException If file is not a resource
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user