Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit ade3732

Browse files
committed
Fix CS
1 parent 9579af0 commit ade3732

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/LanguageServerCodeTransform/Unit/CodeAction/ImportNameProviderTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ public function provideImportProvider(): Generator
8989
, 0, 1
9090
];
9191

92-
// this test fails on the main phpactor integration tests
92+
// this test fails on the main phpactor integration tests
9393
// yield 'code action and diagnostic for missing global class name with import globals' => [
9494
// <<<'EOT'
95-
//// File: subject.php
96-
//<?php namespace Foobar; function foobar(): Generator { yield 12; }'
97-
//// File: Generator.php
98-
//<?php class Generator {}
99-
//EOT
95+
//// File: subject.php
96+
//<?php namespace Foobar; function foobar(): Generator { yield 12; }'
97+
//// File: Generator.php
98+
//<?php class Generator {}
99+
//EOT
100100
// , 1, 1, true
101101
// ];
102102

0 commit comments

Comments
 (0)