Skip to content

Commit 9657948

Browse files
committed
Merge branch 'master' of github.com:Payum/Payum into merge-up/1.7.x-master
* 'master' of github.com:Payum/Payum: (42 commits) Update README.md Create FUNDING.yml Update get-it-started.md (forgot about namespace) Added PayU India to supported gateway list. Add headers property Add Blackfire as a sponsor Fix subtree split on GH Actions (#915) Add use statements for all classes Replace string class names with class constant Remove un-used imports Add additional CS rules Add Yoda style fixer Add Array CS set Add CleanCode rule Remove un-used imports Add PHPUnit CS rule Add Docblock and Comments CS rules Add Spaces CS rule Run ECS on GH Actions Add PSR-12 coding standard and fix CS ...
2 parents c80b985 + 1cb0e0e commit 9657948

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Model/Identity.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ public function __unserialize(array $data)
3636
list($this->id, $this->class) = $data;
3737
}
3838

39-
/**
40-
* @return string
41-
*/
42-
public function __toString()
39+
public function __toString(): string
4340
{
4441
return $this->class . '#' . $this->id;
4542
}

0 commit comments

Comments
 (0)