Skip to content

Commit f49e9ce

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 8f99beb commit f49e9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282

8383
return static function (ContainerConfigurator $containerConfigurator): void {
8484
$parameters = $containerConfigurator->parameters();
85-
$parameters->set('autoload_paths', [__DIR__ . '/vendor/autoload.php', __DIR__ . '/vendor-bin/phpunit/vendor/autoload.php']);
85+
$parameters->set('autoload_paths', [__DIR__.'/vendor/autoload.php', __DIR__.'/vendor-bin/phpunit/vendor/autoload.php']);
8686
$parameters->set('auto_import_names', true);
8787
$parameters->set('import_short_classes', false);
8888
$parameters->set('import_doc_blocks', false);
8989
$parameters->set('php_version_features', '7.1');
90-
$parameters->set('paths', [__DIR__ . '/src', __DIR__ . '/tests']);
90+
$parameters->set('paths', [__DIR__.'/src', __DIR__.'/tests']);
9191
$parameters->set('sets', ['php52', 'php53', 'php54', 'php55', 'php56', 'php70', 'php71', 'phpunit40', 'phpunit50', 'phpunit60', 'phpunit70', 'phpunit75']);
9292

9393
$services = $containerConfigurator->services();

0 commit comments

Comments
 (0)