Skip to content

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

@dmitry-ivashenko

Description

@dmitry-ivashenko

Метод возвращает 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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions