<?php
namespace Magento\Tests\NamingConvention\true;

    class Int {};

    interface float {};

    trait bool {};

    class string {};

    class false {};

    class resource {};

    interface Null{};

    trait mixed {};

    interface numeric {};
    
    trait object {};
