BattleshipCompareOrder.php
| 234 B | Satir:
0
| php
Geri
<?php declare (strict_types=1); namespace Rector\Php70\Enum; final class BattleshipCompareOrder { /** * @var string */ public const ASC = 'asc'; /** * @var string */ public const DESC = 'desc'; }
Kaydet
Ctrl+S ile kaydet