Searched full:rector (Results 1 – 15 of 15) sorted by relevance
| /dokuwiki/_test/ |
| H A D | rector.php | 7 use dokuwiki\test\rector\DokuWikiPtlnRector; 8 use dokuwiki\test\rector\DokuWikiRenamePrintToEcho; 9 use Rector\Caching\ValueObject\Storage\FileCacheStorage; 10 use Rector\CodeQuality\Rector\ClassMethod\ExplicitReturnNullRector; 11 use Rector\CodeQuality\Rector\Concat\JoinStringConcatRector; 12 use Rector\CodeQuality\Rector\Equal\UseIdenticalOverEqualWithSameTypeRector; 13 use Rector\CodeQuality\Rector\FunctionLike\SimplifyUselessVariableRector; 14 use Rector\CodeQuality\Rector\If_\CombineIfRector; 15 use Rector\CodeQuality\Rector\If_\CompleteMissingIfElseBracketRector; 16 use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector; [all …]
|
| H A D | composer.json | 13 "rector/rector": "^1.2", 22 "vendor/bin/rector process",
|
| H A D | README | 53 ==== Rector ==== 57 ./vendor/bin/rector process 59 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:rector
|
| H A D | composer.lock | 1004 "name": "rector/rector", 1008 "url": "https://github.com/rectorphp/rector.git", 1013 …"url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293… 1022 "rector/rector-doctrine": "*", 1023 "rector/rector-downgrade-php": "*", 1024 "rector/rector-phpunit": "*", 1025 "rector/rector-symfony": "*" 1031 "bin/rector" 1051 "issues": "https://github.com/rectorphp/rector/issues", 1052 "source": "https://github.com/rectorphp/rector/tree/1.2.10"
|
| /dokuwiki/.github/workflows/ |
| H A D | autoFix.yml | 34 path: _test/.rector-cache 35 key: ${{ runner.os }}-rector-${{ hashFiles('_test/rector.php') }} 37 - name: Run Rector 38 run: ./_test/vendor/bin/rector process --config _test/rector.php --no-diffs 47 commit-message: " Rector and PHPCS fixes" 50 These changes were made automatically by running rector and phpcbf. 54 …pull request. This PR automatically closes when no more changes are suggested by rector and phpcbf.
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | composer.json | 41 "rector/rector": "^1.2" 47 "rector": "rector process" string
|
| H A D | rector.php | 5 use Rector\Config\RectorConfig; 6 use Rector\Set\ValueObject\LevelSetList;
|
| /dokuwiki/_test/rector/ |
| H A D | DokuWikiRenamePrintToEcho.php | 3 namespace dokuwiki\test\rector; 9 use Rector\Rector\AbstractRector;
|
| H A D | DokuWikiPtlnRector.php | 3 namespace dokuwiki\test\rector; 9 use Rector\Rector\AbstractRector;
|
| /dokuwiki/inc/ |
| H A D | legacy.php | 9 * Note: when adding to this file, please also add appropriate actions to _test/rector.php
|
| H A D | deprecated.php | 6 * Note: when adding to this file, please also add appropriate actions to _test/rector.php
|
| /dokuwiki/ |
| H A D | .gitignore | 102 _test/.rector-cache/
|
| H A D | composer.lock | 579 "rector/rector": "^1.2",
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.json | 597 "rector/rector": "^1.2",
|
| /dokuwiki/inc/lang/la/ |
| H A D | lang.php | 38 $lang['btn_admin'] = 'Rector';
|