up-to-php53.php
| 257 B | Satir:
0
| php
Geri
<?php declare (strict_types=1); namespace RectorPrefix202411; use Rector\Config\RectorConfig; use Rector\Set\ValueObject\SetList; return static function (RectorConfig $rectorConfig) : void { $rectorConfig->sets([SetList::PHP_53, SetList::PHP_52]); };
Kaydet
Ctrl+S ile kaydet