Skip to content

Commit 501ff76

Browse files
WordPress.PHP.StrictComparisons.LooseComparison
1 parent 370be2e commit 501ff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Source/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ private function _fetchData() {
401401
foreach ( $data as $line ) {
402402
$data_row = array();
403403
foreach ( $line as $header => $value ) {
404-
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
404+
// phpcs:ignore WordPress.PHP.StrictInArray.MissingTrueStrict
405405
if ( in_array( $header, $headers ) ) {
406406
$data_row[] = $value;
407407
}

0 commit comments

Comments
 (0)