Skip to content

Commit

Permalink
PimcorePaymentProviderDatatransBundle::getComposerPackageName() must …
Browse files Browse the repository at this point in the history
…be compatible with PackageVersionTrait::getComposerPackageName(): string - resolves #2
  • Loading branch information
dvesh3 committed Jun 14, 2021
1 parent 7210393 commit f52b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PimcorePaymentProviderDatatransBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PimcorePaymentProviderDatatransBundle extends AbstractPimcoreBundle
/**
* {@inheritdoc}
*/
protected function getComposerPackageName()
protected function getComposerPackageName(): string
{
return 'pimcore/payment-provider-datatrans';
}
Expand Down

0 comments on commit f52b15e

Please sign in to comment.