File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function __invoke(array $defaultIntegrations): array
7171
7272 $ integrations = [];
7373 /** @var IntegrationInterface[] $userIntegrations */
74- $ userIntegrations = \is_array ( $ this ->userConfig ) ? $ this -> userConfig : [] ;
74+ $ userIntegrations = $ this ->userConfig ;
7575 $ userIntegrationsClasses = array_map ('get_class ' , $ userIntegrations );
7676 $ pickedIntegrationsClasses = [];
7777
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ public function testInvokableServiceCallback(): void
2525 $ kernel ->boot ();
2626
2727 /**
28- * @var $hub HubInterface
28+ * @var HubInterface $hub
2929 */
3030 $ hub = $ kernel ->getContainer ()->get ('test.hub ' );
3131 /**
32- * @var $client Client
32+ * @var Client $client
3333 */
3434 $ client = $ hub ->getClient ();
3535
@@ -48,11 +48,11 @@ public function testFactoryServiceCallback(): void
4848 $ kernel ->boot ();
4949
5050 /**
51- * @var $hub HubInterface
51+ * @var HubInterface $hub
5252 */
5353 $ hub = $ kernel ->getContainer ()->get ('test.hub ' );
5454 /**
55- * @var $client Client
55+ * @var Client $client
5656 */
5757 $ client = $ hub ->getClient ();
5858
You can’t perform that action at this time.
0 commit comments