Skip to content

Commit

Permalink
FIX: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Feb 1, 2024
1 parent 0793d4e commit 1e6cd58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/verification/form-record/inner-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ public function modify_columns_for_records_page( array $list ): array {

foreach ( $list as &$record ) {
if ( empty( $record['actions']['value'] ) ||
! is_array( $record['actions']['value'] ) ||
empty( $sorted_tokens[ $record['choose']['value'] ] )
! is_array( $record['actions']['value'] ) ||
empty( $sorted_tokens[ $record['choose']['value'] ] )
) {
continue;
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'crocoblock/jetformbuilder',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '4aefbe01111c4a16fd732aa43a91178e0850c4d3',
'reference' => '0793d4e4e2ece5430854bc3fd2bd52b0e33560d6',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'crocoblock/jetformbuilder' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '4aefbe01111c4a16fd732aa43a91178e0850c4d3',
'reference' => '0793d4e4e2ece5430854bc3fd2bd52b0e33560d6',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 1e6cd58

Please sign in to comment.