mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 00:26:52 +01:00
Fixed phpdoc for testRegisterCss
This commit is contained in:
@@ -93,10 +93,10 @@ class CClientScriptTest extends CTestCase
|
||||
/**
|
||||
* @dataProvider providerRegisterCss
|
||||
*
|
||||
* @param type $id
|
||||
* @param type $css
|
||||
* @param type $media
|
||||
* @param type $assertion
|
||||
* @param string $id
|
||||
* @param string $css
|
||||
* @param string $media
|
||||
* @param array $assertion
|
||||
*/
|
||||
public function testRegisterCss($id, $css, $media, $assertion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user