We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e2e5a8 + f9fc10f commit b563494Copy full SHA for b563494
Hub.php
@@ -28,7 +28,7 @@ class Hub implements HubContract
28
* @param \Illuminate\Contracts\Container\Container|null $container
29
* @return void
30
*/
31
- public function __construct(Container $container = null)
+ public function __construct(?Container $container = null)
32
{
33
$this->container = $container;
34
}
Pipeline.php
@@ -47,7 +47,7 @@ class Pipeline implements PipelineContract
47
48
49
50
51
52
53
0 commit comments