Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-06-12 23:24:32 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-06-12 23:24:32 +0300
commit3827e3e9886fc18b7533f4aad5caedfd68a92faa (patch)
tree6a7a7ced3d14c329b122f3714ce4e8dc7bd38699 /test
parent10f5d6e5867d673e0bea2294274b3763b4df8f5e (diff)
Make PHPcs happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_tbl_indexes_test.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/libraries/PMA_tbl_indexes_test.php b/test/libraries/PMA_tbl_indexes_test.php
index 9ff4240007..35a2c73513 100644
--- a/test/libraries/PMA_tbl_indexes_test.php
+++ b/test/libraries/PMA_tbl_indexes_test.php
@@ -122,7 +122,9 @@ class PMA_TblIndexTest extends PHPUnit_Framework_TestCase
* );
* $add_fields = 3;
*
- * $html = PMA_getHtmlForIndexForm($fields, $index, $form_params, $add_fields);
+ * $html = PMA_getHtmlForIndexForm(
+ * $fields, $index, $form_params, $add_fields
+ * );
*
* //PMA_URL_getHiddenInputs
* $this->assertContains(