Skip to content

Commit 6b6e874

Browse files
committed
Add PHPDocs
1 parent f7d4a8f commit 6b6e874

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ public function setHeaderComment(string $header) : static
317317
return $this;
318318
}
319319

320+
/**
321+
* @param string $packageName
322+
* @param array<string>|string $copyright
323+
*/
320324
public function setDefaultHeaderComment(
321325
string $packageName,
322326
array | string $copyright = []

0 commit comments

Comments
 (0)