Skip to content

Commit 579e779

Browse files
author
Eugene Tupikov
committed
remove spaces
1 parent a5d4ee9 commit 579e779

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ Each column in a row can has their own type. Widget supports:
127127
For using widget as column input you may use the following code:
128128

129129
```php
130-
[
131-
'name' => 'phone',
132-
'title' => 'Phone number',
133-
'type' => \yii\widgets\MaskedInput::className(),
134-
'options' => [
135-
'class' => 'input-phone',
136-
'mask' => '999-999-99-99'
137-
]
138-
]
130+
[
131+
'name' => 'phone',
132+
'title' => 'Phone number',
133+
'type' => \yii\widgets\MaskedInput::className(),
134+
'options' => [
135+
'class' => 'input-phone',
136+
'mask' => '999-999-99-99'
137+
]
138+
]
139139
```
140140

141141
### JavaScript events

0 commit comments

Comments
 (0)