Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions classes/controllers/FrmFormActionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public static function delete_missing_actions( $old_actions ) {
* @param int|string $entry_id
* @param int|string $form_id
* @param array $args
*
*
* @return void
*/
public static function trigger_create_actions( $entry_id, $form_id, $args = array() ) {
Expand All @@ -648,7 +648,7 @@ public static function trigger_create_actions( $entry_id, $form_id, $args = arra
* @param int|string $entry
* @param string $type
* @param array $args
*
*
* @return void
*/
public static function trigger_actions( $event, $form, $entry, $type = 'all', $args = array() ) {
Expand Down
4 changes: 2 additions & 2 deletions classes/helpers/FrmEntriesListHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function search_box( $text, $input_id ) {
}

/**
* @param string $which
* @param string $which
*
* @return void
*/
Expand All @@ -268,7 +268,7 @@ protected function display_tablenav( $which ) {
}

/**
* @param string $which
* @param string $which
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/helpers/FrmOnSubmitHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public static function get_fallback_action_after_open_in_new_tab( $event ) {
*
* @since 6.1.1
*
* @param array $atts
* @param array $atts
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/models/FrmEntryMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static function update_entry_meta( $entry_id, $field_id, $meta_key, $meta
/**
* @since 3.0
*
* @param array $values
* @param array $values
*
* @return void
*/
Expand Down
4 changes: 4 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
<severity>8</severity>
<type>error</type>
</rule>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine">
<severity>8</severity>
<type>error</type>
</rule>

<!-- Custom Formidable sniffs -->
<rule ref="Formidable.WhiteSpace.BlankLineAfterClosingBrace" />
Expand Down