Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка в PHPDoc validation/src/lmbErrorList::getReadable() #95

Open
dmitry-ivashenko opened this issue Apr 18, 2013 · 1 comment

Comments

@dmitry-ivashenko
Copy link

Метод возвращает array, но в @return указано string

/**
* Returns all processed error list with formatted messages
* @see lmbErrorList :: addError()
* @return string
*/
function getReadable()
{
  $result = array();
  foreach ($this as $error)
    $result[] = $error->getReadable();

  return $result;
}
@korchasa
Copy link
Contributor

Спасибо!

@korchasa korchasa reopened this Nov 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants