Skip to content

Commit 531e8d9

Browse files
Fix CS/WS issues
1 parent a598943 commit 531e8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Template.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ public function renderTo(string $target): void
9797
/**
9898
* @param non-empty-string $file
9999
*
100-
* @return non-empty-string
101-
*
102100
* @throws InvalidArgumentException
101+
*
102+
* @return non-empty-string
103103
*/
104104
private function loadTemplateFile(string $file): string
105105
{

0 commit comments

Comments
 (0)