mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Template with placeholders that may be filled by real data
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user