Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneObjectStructurePerFileUnitTest.inc
<?php
class foo {

}

class bar {

}

class baz {

}

trait barTrait {
   
}

interface barInterface {

}
?>