Skip to content

Commit 646e959

Browse files
wouterjnicolas-grekas
authored andcommitted
Add void return types
1 parent 47836ae commit 646e959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Finder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ public function ignoreVCSIgnored(bool $ignoreVCSIgnored): static
396396
* @see ignoreVCS()
397397
*
398398
* @param string|string[] $pattern VCS patterns to ignore
399+
*
400+
* @return void
399401
*/
400402
public static function addVCSPattern(string|array $pattern)
401403
{

0 commit comments

Comments
 (0)