More Logbook PHP

This commit is contained in:
2022-09-29 00:33:29 +02:00
parent afd63f92ad
commit bbb0c220e1
4 changed files with 83 additions and 26 deletions
+5 -5
View File
@@ -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
*/