File "enum.stub"
Full Path: /home/tecassol/public_html/tecas-solar.ma/stubs/enum.stub
File size: 105 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace {{ namespace }};
use SaKanjo\EasyEnum;
enum {{ class }}
{
use EasyEnum;
//
}