File "NoSilencedErrorsUnitTest.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc
File size: 141 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @see something
 */
if (@in_array($array, $needle))
{
    echo '@';
}

$hasValue = @in_array(haystack: $array, needle: $needle);