Fix class doc comments

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2016-02-23 22:35:02 +11:00
parent 2a5f6acbee
commit b2e990a067
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for Sanitize::sanitize()
* Tests for methods in Sanitize class
*
* @package PhpMyAdmin-test
*/
@ -11,7 +11,7 @@
use PMA\libraries\Sanitize;
/**
* tests for Sanitize::sanitize()
* Tests for methods in Sanitize class
*
* @package PhpMyAdmin-test
*/

View File

@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for URL::getCommon()
* Tests for methods in URL class
*
* @package PhpMyAdmin-test
*/
@ -11,7 +11,7 @@
use PMA\libraries\URL;
/**
* tests for URL::getCommon()
* Tests for methods in URL class
*
* @package PhpMyAdmin-test
*/