Template with placeholders that may be filled by real data

This commit is contained in:
Meritoo
2019-04-02 20:18:23 +02:00
parent 8a94241eb8
commit 0b74f8da6f
8 changed files with 645 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ class Version
* @param string $version The version
* @return Version|null
*/
public static function fromString($version)
public static function fromString(string $version)
{
$version = trim($version);