Skip to content

Commit ccb8ed8

Browse files
committed
fixed CS
1 parent 653d39a commit ccb8ed8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/GlobTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ public function testGlobToRegexDelimiters()
2222
$this->assertEquals(Glob::toRegex('.*', true, true, ''), '^\.[^/]*$');
2323
$this->assertEquals(Glob::toRegex('.*', true, true, '/'), '/^\.[^/]*$/');
2424
}
25-
2625
}

0 commit comments

Comments
 (0)