Skip to content

Commit b563494

Browse files
committed
Merge branch '11.x'
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
2 parents 2e2e5a8 + f9fc10f commit b563494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Hub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Hub implements HubContract
2828
* @param \Illuminate\Contracts\Container\Container|null $container
2929
* @return void
3030
*/
31-
public function __construct(Container $container = null)
31+
public function __construct(?Container $container = null)
3232
{
3333
$this->container = $container;
3434
}

Pipeline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Pipeline implements PipelineContract
4747
* @param \Illuminate\Contracts\Container\Container|null $container
4848
* @return void
4949
*/
50-
public function __construct(Container $container = null)
50+
public function __construct(?Container $container = null)
5151
{
5252
$this->container = $container;
5353
}

0 commit comments

Comments
 (0)