PluginProbe
Parse.ly / 3.8.4
Parse.ly v3.8.4
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
← All changes | rector.php +2 -7 3.23.73.8.4 View file →
@@ -11,18 +11,13 @@
11 11 use Rector\Php54\Rector\Array_\LongArrayToShortArrayRector;
12 12 use Rector\Set\ValueObject\LevelSetList;
13 13
14 14 return static function ( RectorConfig $rector_config ): void {
15 - $rector_config->bootstrapFiles(
16 - array(
17 - __DIR__ . '/vendor/php-stubs/wordpress-stubs/wordpress-stubs.php',
18 - )
19 - );
20 -
21 15 $rector_config->paths(
22 16 array(
23 17 __DIR__ . '/src',
24 18 __DIR__ . '/tests',
19 + __DIR__ . '/views',
25 20 __DIR__ . '/uninstall.php',
26 21 __DIR__ . '/wp-parsely.php',
27 22 )
28 23 );
@@ -29,9 +24,9 @@
29 24
30 25 // Define sets of rules.
31 26 $rector_config->sets(
32 27 array(
33 - LevelSetList::UP_TO_PHP_72,
28 + LevelSetList::UP_TO_PHP_71,
34 29 )
35 30 );
36 31 $rector_config->skip(
37 32 array(