Skip to content

Commit

Permalink
Fix Error: Declaration of PimcorePaymentProviderHobexBundle::getCompo…
Browse files Browse the repository at this point in the history
…serPackageName() must be compatible with Pimcore\Extension\Bundle\Traits\PackageVersionTrait::getComposerPackageName(): string
  • Loading branch information
dvesh3 committed Jun 14, 2021
1 parent f0d4e97 commit 7349b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PimcorePaymentProviderHobexBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PimcorePaymentProviderHobexBundle extends AbstractPimcoreBundle
/**
* {@inheritdoc}
*/
protected function getComposerPackageName()
protected function getComposerPackageName(): string
{
return 'pimcore/payment-provider-hobex';
}
Expand Down

0 comments on commit 7349b0d

Please sign in to comment.