Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Oct 25, 2022
1 parent dc5e945 commit 6dbd43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
['https://spatie.be', 'file://', false],
]);

it('can determine if a string starts contains a substring', function(string $haystack, $needle, $expectedResult) {
it('can determine if a string starts contains a substring', function (string $haystack, $needle, $expectedResult) {
expect(Helpers::stringContains($haystack, $needle))->toBe($expectedResult);
})->with([
['heyheyfile://', 'file://', true],
Expand Down

0 comments on commit 6dbd43c

Please sign in to comment.