SetProviderInterface.php
| 185 B | Satir:
0
| php
Geri
<?php declare (strict_types=1); namespace Rector\Set\Contract; interface SetProviderInterface { /** * @return SetInterface[] */ public function provide() : array; }
Kaydet
Ctrl+S ile kaydet