Skip to content

Commit

Permalink
Merge pull request #6 from shieldfy/analysis-zYWkBK
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
netcode authored Apr 1, 2017
2 parents b5de04b + cb29873 commit 96aa141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Normalizers/NormalizeSerialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function run()
}

//Object of class __PHP_Incomplete_Class
if(gettype($decoded) === 'object'){
if (gettype($decoded) === 'object') {
//object serialize must be the same
return $this->value;
}
Expand Down

0 comments on commit 96aa141

Please sign in to comment.