Fix typo in type name
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
909e2785b5
commit
6e6c513eed
@ -1294,7 +1294,7 @@ function PMA_getMaxUploadSize($column, $biggest_max_file_size)
|
||||
* @param string $text_dir text direction
|
||||
* @param array $special_chars_encoded replaced char if the string starts
|
||||
* with a \r\n pair (0x0d0a) add an extra \n
|
||||
* @param strign $data data to edit
|
||||
* @param string $data data to edit
|
||||
* @param array $extracted_columnspec associative array containing type,
|
||||
* spec_in_brackets and possibly
|
||||
* enum_set_values (another array)
|
||||
|
||||
@ -412,7 +412,7 @@ class PMA_Table_Test extends PHPUnit_Framework_TestCase
|
||||
* Test name validation
|
||||
*
|
||||
* @param string $name name to test
|
||||
* @param boolena $result expected result
|
||||
* @param boolean $result expected result
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
||||
@ -179,7 +179,7 @@ class PMA_GIS_PolygonTest extends PMA_GIS_GeomTest
|
||||
* test for Area
|
||||
*
|
||||
* @param array $ring array of points forming the ring
|
||||
* @param fload $area area of the ring
|
||||
* @param float $area area of the ring
|
||||
*
|
||||
* @dataProvider providerForTestArea
|
||||
* @return void
|
||||
|
||||
Loading…
Reference in New Issue
Block a user