Skip to content

Commit

Permalink
Fix PHPCS warnings
Browse files Browse the repository at this point in the history
Issue #750
  • Loading branch information
fpcorso committed Aug 20, 2020
1 parent 191238c commit b6a7a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/Integration/Form/FormidableForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ public function custom_scripts( $js = [] ) {
/**
* Load custom styles for hacking some elements specifically inside popups, such as datepickers.
*
* @param array $css
*
* @param array $css All CSS enqueued for the popup.
* @return array
*/
public function custom_styles( $css = [] ) {
Expand Down

0 comments on commit b6a7a9a

Please sign in to comment.