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 e0be3f3 + efee7a6 commit 0c8fc57Copy full SHA for 0c8fc57
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
@@ -44,7 +44,7 @@ class Pipeline implements PipelineContract
44
45
46
47
48
49
50
0 commit comments