Skip to content

Commit

Permalink
PHP lint error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jakaria-istauk committed Dec 13, 2023
1 parent 2030aea commit 186fa43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Admin/Admin_Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ public function enqueue_scripts() {
'successMessage' => __( 'No errors found.', 'plugin-check' ),
'errorMessage' => __( 'Errors were found.', 'plugin-check' ),
'collapseAll' => __( 'Clollapse All', 'plugin-check' ),
'openAll' => __( 'Open All', 'plugin-check' ),
'openAll' => __( 'Open All', 'plugin-check' ),
'collapse' => __( 'Collapse', 'plugin-check' ),
'open' => __( 'Open', 'plugin-check' ),
'open' => __( 'Open', 'plugin-check' ),

Check warning on line 124 in includes/Admin/Admin_Page.php

View check run for this annotation

Codecov / codecov/patch

includes/Admin/Admin_Page.php#L121-L124

Added lines #L121 - L124 were not covered by tests
)
),
'before'
Expand Down

0 comments on commit 186fa43

Please sign in to comment.