Fix a bunch of @param and @return phpdoc errors in various files.

This commit is contained in:
Leo R. Lundgren
2012-08-03 16:17:58 +02:00
parent 15e4a40783
commit 7a194496a5
10 changed files with 15 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ class CJavaScriptExpression
public $code;
/**
* @param $code
* @param string $code
*/
public function __construct($code)
{