Skip to content

Commit 47cd5d1

Browse files
author
Holger Lösken
committed
Fix docblock
1 parent 76f80dc commit 47cd5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceRepositoryTypes/HttpRepositoryType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function getVersionInstalled($prepend = '', $append = ''): string
208208
* @param string $prepend Prepend a string to the latest version
209209
* @param string $append Append a string to the latest version
210210
*
211-
* @return string|false
211+
* @return string
212212
* @throws Exception
213213
*/
214214
public function getVersionAvailable($prepend = '', $append = ''): string

0 commit comments

Comments
 (0)