mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-24 11: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
|
||||
*/
|
||||
public function getVersion() : array
|
||||
public function getVersion() : string
|
||||
{
|
||||
return $this->info['version'] ?? [];
|
||||
return $this->info['version'] ?? '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user