Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilkware committed Nov 16, 2022
1 parent a2d37a0 commit c1982d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .style
Submodule .style updated 1 files
+4 −3 .php-cs-fixer.php
2 changes: 1 addition & 1 deletion Pollination/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function RequestAction($ident, $value)
// select the always the first
$this->SetValueInteger('Region', self::REGIONS[$value][0]['value']);
// No break, because 'State' have also to set the value
// FIXME: No break. Please add proper comment if intentional
// FIXME: No break. Add additional comment above this line if intentional!
case 'Region':
// No break, because 'Region' have also to set the value
case 'Days':
Expand Down

0 comments on commit c1982d9

Please sign in to comment.