Skip to content
Snippets Groups Projects
Commit 8ae792c2 authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'payment-null-pt-2' into 'master'

Remove `string` return type to allow null return values

See merge request !78
parents 6b8bfe23 c900f5c0
No related branches found
Tags 7.1.2
1 merge request!78Remove `string` return type to allow null return values
{
"name": "adi-ia/cbs-techstore-client-php",
"description": "A PHP client used to connect with the CBS API and perform requests",
"version": "7.1.1",
"version": "7.1.2",
"license": "Apache-2.0",
"homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS",
"authors": [
......
......@@ -215,7 +215,7 @@ class OrderPayment extends MagentoOrder
/**
* @return string|null
*/
public function getPaymentNotes(): string
public function getPaymentNotes()
{
return $this->paymentNotes;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment