Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit e1962a9

Browse files
committed
fix curly braces to new line for functions
1 parent a4b2208 commit e1962a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/QafooLabs/Refactoring/Adapters/PHPParser/ParserPhpNameScannerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public function testFindNames()
3333
);
3434
}
3535

36-
public function testRegressionFindNamesDetectsFQCNCorrectly() {
36+
public function testRegressionFindNamesDetectsFQCNCorrectly()
37+
{
3738
$file = new File("Fqcn.php", <<<'PHP'
3839
<?php
3940

0 commit comments

Comments
 (0)