fix annotation

This commit is contained in:
Vladyslav Startsev 2020-06-19 01:38:51 +03:00
parent e61d8bee72
commit c855857457

View File

@ -13,7 +13,7 @@ use PackageVersions\Versions;
class Acceptance extends \Codeception\Module
{
/** @var array<string,string */
/** @var array<string,string> */
public const VERSION_OPERATORS = [
'newer than' => '>',
'older than' => '<',