golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PHPStanStaticTypeMapper/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
TypeKind.php
390 B
Del
OK
Edit: TypeKind.php
<?php declare (strict_types=1); namespace Rector\PHPStanStaticTypeMapper\Enum; final class TypeKind { /** * @var string */ public const PROPERTY = 'property'; /** * @var string */ public const RETURN = 'return'; /** * @var string */ public const PARAM = 'param'; /** * @var string */ public const UNION = 'union'; }
Save