File "OneTraitPerFileUnitTest.inc"

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

<?php
trait foo {

}

trait bar {

}

trait baz {

}

$trait = 'foo';
echo $this->trait;
echo Something::$trait;
echo $trait;