Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
calcinai committed May 1, 2015
1 parent 5e46de8 commit 3c6108f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/XeroPHP/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,13 @@ public function validateModelClass($class){


/**
* As you should never have a GUID for a non-existent object, will throw a NotFoundExceptioon
*
* @param $model
* @param $guid
* @return mixed
* @throws Exception
* @throws Remote\Exception\NotFoundException
*/
public function loadByGUID($model, $guid) {

Expand All @@ -123,7 +126,6 @@ public function loadByGUID($model, $guid) {
return $object;
}

return null;
}


Expand Down

0 comments on commit 3c6108f

Please sign in to comment.