Skip to content

Commit

Permalink
use FQN for throws tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ragulka committed Oct 6, 2020
1 parent f00248a commit 3722acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,8 @@ protected function isClassCastable($key)
*
* @param string $key
* @return bool
* @throws InvalidCastException
*
* @throws \Illuminate\Database\Eloquent\InvalidCastException
*/
protected function isClassSerializable($key)
{
Expand Down

0 comments on commit 3722acd

Please sign in to comment.