Skip to content

Commit

Permalink
Fixed sentry logger handle (#594)
Browse files Browse the repository at this point in the history
* Get sentry current hub

* CS Fxied

---------

Co-authored-by: hzh <[email protected]>
  • Loading branch information
xuanyanwow and hzh authored Mar 19, 2024
1 parent bc02a9b commit c61b05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pipeline/Hub.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Hub implements HubInterface
/**
* Create a new Hub instance.
*/
public function __construct(ContainerInterface $container = null)
public function __construct(?ContainerInterface $container = null)
{
$this->container = $container;
}
Expand Down

0 comments on commit c61b05f

Please sign in to comment.