Automatic phpcs fixes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
2936492555
commit
8bd91ffdaa
@ -914,7 +914,6 @@ class InsertEdit
|
||||
$html_output .= ' value="foreign" />';
|
||||
}
|
||||
|
||||
|
||||
$html_output .= '<select name="fields' . $column_name_appendix . '"'
|
||||
. ' ' . $onChangeClause
|
||||
. ' class="textfield"'
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user