mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
This commit is contained in:
committed by
Alexander Makarov
parent
940f7c7cd4
commit
4aa935e69e
@@ -25,7 +25,7 @@ class UnprocessableEntityHttpException extends HttpException
|
||||
/**
|
||||
* Constructor.
|
||||
* @param string $message error message
|
||||
* @param integer $code error code
|
||||
* @param int $code error code
|
||||
* @param \Exception $previous The previous exception used for the exception chaining.
|
||||
*/
|
||||
public function __construct($message = null, $code = 0, \Exception $previous = null)
|
||||
|
||||
Reference in New Issue
Block a user