Home
last modified time | relevance | path

Searched full:rector (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/_test/
H A Drector.php7 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 Dcomposer.json13 "rector/rector": "^1.2",
22 "vendor/bin/rector process",
H A DREADME53 ==== Rector ====
57 ./vendor/bin/rector process
59 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:rector
H A Dcomposer.lock1004 "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 DautoFix.yml34 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 Dcomposer.json41 "rector/rector": "^1.2"
47 "rector": "rector process" string
H A Drector.php5 use Rector\Config\RectorConfig;
6 use Rector\Set\ValueObject\LevelSetList;
/dokuwiki/_test/rector/
H A DDokuWikiRenamePrintToEcho.php3 namespace dokuwiki\test\rector;
9 use Rector\Rector\AbstractRector;
H A DDokuWikiPtlnRector.php3 namespace dokuwiki\test\rector;
9 use Rector\Rector\AbstractRector;
/dokuwiki/inc/
H A Dlegacy.php9 * Note: when adding to this file, please also add appropriate actions to _test/rector.php
H A Ddeprecated.php6 * Note: when adding to this file, please also add appropriate actions to _test/rector.php
/dokuwiki/
H A D.gitignore102 _test/.rector-cache/
H A Dcomposer.lock579 "rector/rector": "^1.2",
/dokuwiki/vendor/composer/
H A Dinstalled.json597 "rector/rector": "^1.2",
/dokuwiki/inc/lang/la/
H A Dlang.php38 $lang['btn_admin'] = 'Rector';