We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370be2e commit 501ff76Copy full SHA for 501ff76
classes/Visualizer/Source/Json.php
@@ -401,7 +401,7 @@ private function _fetchData() {
401
foreach ( $data as $line ) {
402
$data_row = array();
403
foreach ( $line as $header => $value ) {
404
- // phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
+ // phpcs:ignore WordPress.PHP.StrictInArray.MissingTrueStrict
405
if ( in_array( $header, $headers ) ) {
406
$data_row[] = $value;
407
}
0 commit comments