Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit 43efdaa

Browse files
committed
Make var names for convention
1 parent 48a14aa commit 43efdaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/forminputs/SM_FormInput.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ private function errorToHtml( ProcessingError $error ) {
198198
*
199199
* @param string $coordinates
200200
* @param string $input_name
201-
* @param boolean $is_mandatory
202-
* @param boolean $is_disabled
201+
* @param boolean $isMandatory
202+
* @param boolean $isDisabled
203203
* @param array $params
204204
*
205205
* @return string
206206
*/
207-
public function getEditorInputOutput( $coordinates, $input_name, $is_mandatory, $is_disabled, array $params ) {
207+
public function getEditorInputOutput( $coordinates, $input_name, $isMandatory, $isDisabled, array $params ) {
208208
global $wgOut;
209209

210210
$wgOut->addHTML( MapsGoogleMaps3::getApiScript(

0 commit comments

Comments
 (0)