Skip to content

Commit

Permalink
Add @throws to doc block for resolve method (#50873)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh committed Apr 1, 2024
1 parent 73ed300 commit 6f44f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/MultipleInstanceManager.php
Expand Up @@ -94,6 +94,7 @@ protected function get($name)
* @return mixed
*
* @throws \InvalidArgumentException
* @throws \RuntimeException
*/
protected function resolve($name)
{
Expand Down

0 comments on commit 6f44f16

Please sign in to comment.