░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Testing/Fixture
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: FixtureFileFinder.php
<?php declare (strict_types=1); namespace Rector\Testing\Fixture; use Iterator; use RectorPrefix202411\Symfony\Component\Finder\Finder; final class FixtureFileFinder { /** * @api used in tests * @return Iterator<array<int, string>> */ public static function yieldDirectory(string $directory, string $suffix = '*.php.inc') : Iterator { $finder = (new Finder())->in($directory)->files()->name($suffix)->sortByName(); foreach ($finder as $fileInfo) { (yield [$fileInfo->getRealPath()]); } } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 FixtureFileFinder.php
PHP
559 B
2024-11-08 13:59
EDIT
📄 FixtureFileUpdater.php
PHP
870 B
2024-11-08 13:59
EDIT
📄 FixtureSplitter.php
PHP
914 B
2024-11-08 13:59
EDIT
📄 FixtureTempFileDumper.php
PHP
734 B
2024-11-08 13:59
EDIT