phpdoc fixes

This commit is contained in:
Carsten Brandt
2016-02-07 19:48:13 +01:00
parent e41c2e3946
commit f620f4de90
13 changed files with 24 additions and 21 deletions

View File

@@ -8,13 +8,13 @@
namespace yii\web;
/**
* UnprocessableEntityHttpException represents an "Unprocessable Entity" HTTP
* UnprocessableEntityHttpException represents an "Unprocessable Entity" HTTP
* exception with status code 422.
*
* Use this exception to inform that the server understands the content type of
* the request entity and the syntax of that request entity is correct but the server
* was unable to process the contained instructions. For example, to return form
* validation errors.
* the request entity and the syntax of that request entity is correct but the server
* was unable to process the contained instructions. For example, to return form
* validation errors.
*
* @link http://www.webdav.org/specs/rfc2518.html#STATUS_422
* @author Jan Silva <janfrs3@gmail.com>