Browse Source

restored 'since' tag at `InvalidArgumentException`

tags/3.0.0-alpha1
Klimov Paul 7 years ago
parent
commit
d5117984b3
  1. 2
      framework/base/InvalidArgumentException.php

2
framework/base/InvalidArgumentException.php

@ -11,7 +11,7 @@ namespace yii\base;
* InvalidArgumentException represents an exception caused by invalid arguments passed to a method.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
* @since 2.0.14
*/
class InvalidArgumentException extends \BadMethodCallException
{

Loading…
Cancel
Save