Skip to content

Commit 1eeee00

Browse files
Fixed phpdoc
1 parent c7a3ef7 commit 1eeee00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Session/Middleware/StartSession.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ class StartSession
2323
/**
2424
* The callback that can resolve an instance of the cache factory.
2525
*
26-
* @var callable
26+
* @var callable|null
2727
*/
2828
protected $cacheFactoryResolver;
2929

3030
/**
3131
* Create a new session middleware.
3232
*
3333
* @param \Illuminate\Session\SessionManager $manager
34-
* @param callable $cacheFactoryResolver
34+
* @param callable|null $cacheFactoryResolver
3535
* @return void
3636
*/
3737
public function __construct(SessionManager $manager, callable $cacheFactoryResolver = null)

0 commit comments

Comments
 (0)