Skip to content

Commit ef403a6

Browse files
Fixed typo
1 parent 20d820f commit ef403a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
$parameters->set('import_doc_blocks', false);
8989
$parameters->set('php_version_features', '7.1');
9090
$parameters->set('paths', [__DIR__.'/src', __DIR__.'/tests']);
91-
$parameters->set('exclude_paths', __DIR__.'/tests/MockedClient.php']); // TODO: remove
91+
$parameters->set('exclude_paths', __DIR__.'/tests/MockedClient.php'); // TODO: remove
9292
$parameters->set('sets', ['php52', 'php53', 'php54', 'php55', 'php56', 'php70', 'php71', 'phpunit40', 'phpunit50', 'phpunit60', 'phpunit70', 'phpunit75']);
9393

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

0 commit comments

Comments
 (0)