Improves annotations for API

This commit is contained in:
Michael Rosenberger
2018-12-03 22:34:56 +01:00
parent 456875905d
commit df3ad9ed12
8 changed files with 17 additions and 5 deletions

View File

@@ -79,10 +79,10 @@ class FroxlorRPC
/**
* validates the given command
*
* @param array $body
* @param array $request
*
* @return array
* @throws Exception
* @return boolean
*/
private static function validateBody($request)
{