golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-phpunit/src/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
AssertMethod.php
256 B
Del
OK
ConsecutiveMethodName.php
871 B
Del
OK
ConsecutiveVariable.php
253 B
Del
OK
Edit: ConsecutiveVariable.php
<?php declare (strict_types=1); namespace Rector\PHPUnit\Enum; final class ConsecutiveVariable { /** * @var string */ public const MATCHER = 'matcher'; /** * @var string */ public const PARAMETERS = 'parameters'; }
Save