Automatic phpcs fixes

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-05-12 03:14:00 -03:00
parent 2936492555
commit 8bd91ffdaa
3 changed files with 2 additions and 4 deletions

View File

@ -914,7 +914,6 @@ class InsertEdit
$html_output .= ' value="foreign" />';
}
$html_output .= '<select name="fields' . $column_name_appendix . '"'
. ' ' . $onChangeClause
. ' class="textfield"'

View File

@ -98,8 +98,8 @@ class Url
* <input type="hidden" name="ccc[b]" Value="ccc_b" />
* </code>
*
* @param array $values hidden values
* @param string $pre prefix
* @param array $values hidden values
* @param string $pre prefix
* @param bool $is_token if token already added in hidden input field
*
* @return string form fields of type hidden

View File

@ -972,7 +972,6 @@ class ConfigTest extends PmaTestCase
$this->object->get('PMA_VERSION_GIT_COMMITHASH')
);
file_put_contents('.git/HEAD','ref: refs/remotes/origin/master');
$this->object->checkGitRevision();
$this->assertEmpty(