Skip to content

Commit

Permalink
Fix wrong PhpDoc (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored and staabm committed Jan 12, 2018
1 parent 4b9fb5e commit 9f20ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Service.php
Expand Up @@ -237,6 +237,7 @@ function mapValueObject(string $elementName, string $className) {
* mapValueObject().
*
* @param object $object
* @throws \InvalidArgumentException
* @return void
*/
function writeValueObject($object, string $contextUri = null) {
Expand All @@ -258,7 +259,7 @@ function writeValueObject($object, string $contextUri = null) {
*
* If the string was invalid, it will throw an InvalidArgumentException.
*
* @throws InvalidArgumentException
* @throws \InvalidArgumentException
*/
static function parseClarkNotation(string $str) : array {
static $cache = [];
Expand Down

0 comments on commit 9f20ff1

Please sign in to comment.