Skip to content

Commit 7a03161

Browse files
authored
[10.x] Fix PHPDoc throw type (#47566)
1 parent aef8958 commit 7a03161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Log/ParsesLogConfiguration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ protected function level(array $config)
5454
*
5555
* @param array $config
5656
* @return int
57+
*
58+
* @throws \InvalidArgumentException
5759
*/
5860
protected function actionLevel(array $config)
5961
{

0 commit comments

Comments
 (0)