Skip to content

Commit 8adb8fd

Browse files
committed
Adds parameter type
1 parent d48cea7 commit 8adb8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GitattributesFileRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function overwriteGitattributesFileFormatted(string $content): string
107107
* If the present file contains the "generated by" header, replace it with
108108
* the "partly modified by" header in the given content-to-write.
109109
*/
110-
public function applyOverwriteHeaderPolicy(string $contentToWrite, $overwriteHeaderMode = self::HEADER_OVERWRITE_MODE_GENERATED): string
110+
public function applyOverwriteHeaderPolicy(string $contentToWrite, string $overwriteHeaderMode = self::HEADER_OVERWRITE_MODE_GENERATED): string
111111
{
112112
$gitattributesPath = $this->analyser->getGitattributesFilePath();
113113

0 commit comments

Comments
 (0)