Skip to content

Commit

Permalink
Added and modified PHP Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PX-BE1 RL committed Aug 25, 2017
1 parent 9c3f8e1 commit f975767
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Model/Serialized.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@

namespace Phoenix\BankPayment\Model;


/**
* Class Serialized - is used to unserialize values and ensure compatibility to magento 2.1.x and 2.2
* @package Phoenix\BankPayment\Model
*/
class Serialized
{
/**
* @param String $value
* @return array|mixed
* @return array
*/
public function unserialize(String $value)
{
Expand Down

0 comments on commit f975767

Please sign in to comment.