Skip to content

Commit

Permalink
cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikschavan committed Jul 4, 2019
1 parent 0b0156a commit ee19b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-bsf-custom-fonts-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected function font_file_new_field( $id, $title, $description, $value = '' )
* @param String $id Field ID.
* @param String $title Field Title.
* @param String $description Field Description.
* @param Array $select_fields Select fields as Array.
* @param Array $select_fields Select fields as Array.
* @return void
*/
protected function select_new_field( $id, $title, $description, $select_fields ) {
Expand All @@ -239,7 +239,7 @@ protected function select_new_field( $id, $title, $description, $select_fields )
* @param String $title Field Title.
* @param String $saved_val Field Value.
* @param String $description Field Description.
* @param Array $select_fields Select fields as Array.
* @param Array $select_fields Select fields as Array.
* @return void
*/
private function select_edit_field( $id, $title, $saved_val = '', $description, $select_fields ) {
Expand Down

0 comments on commit ee19b45

Please sign in to comment.