Skip to content

Commit

Permalink
Fixed PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jul 16, 2016
1 parent 69bda33 commit e061dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonApi/Request/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public function getResourceAttributes()
/**
* @param string $attribute
* @param mixed $default
* @return mixed|null
* @return mixed
*/
public function getResourceAttribute($attribute, $default = null)
{
Expand Down

0 comments on commit e061dbd

Please sign in to comment.