mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-11 01:38:50 +01:00
phpdoc fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user