Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed May 8, 2020
1 parent 1ed7a49 commit e359dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Identifier/CallbackIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function identify(array $data)
$result = $callback($data);
if ($result instanceof Result) {
$this->_errors = $result->getErrors();

return $result->getData();
}
if ($result === null || $result instanceof ArrayAccess) {
Expand Down

0 comments on commit e359dd0

Please sign in to comment.