• File: trait_class.tpl
  • Full Path: /var/www/imaliapi/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl
  • Date Modified: 12/05/2024 8:48 PM
  • File size: 81 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare(strict_types=1);

{prologue}class {class_name}
{
    use {trait_name};
}