Skip to content

Commit 3887a78

Browse files
samsonasikpaulbalandan
authored andcommitted
use Option::SKIP
1 parent 5cbe173 commit 3887a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$parameters->set(Option::PATHS, [__DIR__ . '/app', __DIR__ . '/system']);
1616

1717
// is there a file you need to skip?
18-
$parameters->set(Option::EXCLUDE_PATHS, [
18+
$parameters->set(Option::SKIP, [
1919
__DIR__ . '/app/Views',
2020
__DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php',
2121
__DIR__ . '/system/ThirdParty',

0 commit comments

Comments
 (0)