mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 16:46:51 +01:00
Fix a bunch of @param and @return phpdoc errors in various files.
This commit is contained in:
@@ -21,7 +21,7 @@ class CJavaScriptExpression
|
||||
public $code;
|
||||
|
||||
/**
|
||||
* @param $code
|
||||
* @param string $code
|
||||
*/
|
||||
public function __construct($code)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user