Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
PHP
/
NoSilencedErrorsUnitTest.inc
<?php
/**
* @see something
*/
if (@in_array($array, $needle))
{
echo '@';
}
?>