Skip to content

Commit 2c4a4e7

Browse files
committed
add type
1 parent 8e8e755 commit 2c4a4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function action($name, $parameters = [], $absolute = true)
109109
*
110110
* @param string|null $abstract
111111
* @param array $parameters
112-
* @return mixed|\Illuminate\Contracts\Foundation\Application
112+
* @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Foundation\Application|mixed
113113
*/
114114
function app($abstract = null, array $parameters = [])
115115
{

0 commit comments

Comments
 (0)