Skip to content

Commit

Permalink
ENGCOM-2154: Improve comment message #16472
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets authored Jul 3, 2018
2 parents 724d69a + fbe1667 commit b756177
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public function addError(Phrase $phrase)
return $this;
}

/**
* @param LocalizedException $exception
* @return $this
*/
public function addException(LocalizedException $exception)
{
$this->addErrorCalls++;
Expand Down

0 comments on commit b756177

Please sign in to comment.