mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 19:18:41 +00:00
Scrutinizer php fixes
This commit is contained in:
parent
5f14c0a456
commit
4ceb49fac1
|
|
@ -201,9 +201,9 @@ class PackageInfoManager
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function getVersion() : array
|
public function getVersion() : string
|
||||||
{
|
{
|
||||||
return $this->info['version'] ?? [];
|
return $this->info['version'] ?? '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user