Skip to content

Commit 0fff8b2

Browse files
committed
PHPCS fixes
1 parent fc2ae09 commit 0fff8b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ableplayer.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function ableplayer_enqueue_scripts() {
8585
add_action( 'wp_enqueue_scripts', 'ableplayer_enqueue_scripts' );
8686

8787
/**
88-
* Self-documenting array of AblePlayer attributes.
88+
* Self-documenting array of AblePlayer attributes.
8989
*
9090
* @return array
9191
*/
@@ -190,7 +190,7 @@ function able_player_parameters() {
190190
'default' => '',
191191
'description' => __( 'Allow keyboard shortcuts for controlling the player remotely within textarea form fields.', 'ableplayer' ),
192192
'options' => array( 'true' ),
193-
),
193+
),
194194
'start' => array(
195195
'default' => '',
196196
'description' => __( 'Time at which you want the media to start playing.', 'ableplayer' ),
@@ -199,16 +199,16 @@ function able_player_parameters() {
199199
'transcript-div' => array(
200200
'default' => '',
201201
'description' => __( 'ID of a custom div in which to display an interactive transcript.', 'ableplayer' ),
202-
),
202+
),
203203
'transcript-src' => array(
204204
'default' => '',
205205
'description' => __( 'ID of an external div that contains a pre-existing manually coded transcript. Able Player will parse this transcript and interact with it during playback', 'ableplayer' ),
206-
),
206+
),
207207
'include-transcript' => array(
208208
'default' => '',
209209
'description' => __( 'Set to “false” to exclude transcript button from controller.', 'ableplayer' ),
210210
'options' => array( 'true' ),
211-
),
211+
),
212212
'transcript-title' => array(
213213
'default' => '',
214214
'description' => __( 'Override default transcript title (default is “Transcript”, or “Lyrics” if the data-lyrics-mode attribute is present)', 'ableplayer' ),
@@ -268,7 +268,7 @@ function able_player_parameters() {
268268
'volume' => array(
269269
'default' => '7',
270270
'description' => __( 'Set the default volume from 0 to 10; default is 7 to avoid overpowering screen reader audio)', 'ableplayer' ),
271-
'options' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' );
271+
'options' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ),
272272
),
273273
'youtube-id' => array(
274274
'default' => '',

0 commit comments

Comments
 (0)