Merge pull request #136 from mainwp/bogdan01-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
Thang Hoang Van 2020-05-09 01:07:34 +07:00 committed by GitHub
commit c8c8d8afa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 23 deletions

View file

@ -815,7 +815,7 @@ class MainWP_Client_Report {
$max_revisions = $this->get_stream_meta_data( $record, 'revisions' );
$dtl = $maintenance_details['revisions_max'] . ' ' . $max_revisions;
} else {
$dtl = $maintenance_details[$mt];
$dtl = $maintenance_details[ $mt ];
}
$details[] = $dtl;
}