PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-phpunit
/
src
/
Enum
<?php declare (strict_types=1); namespace Rector\PHPUnit\Enum; final class AssertMethod { /** * @var string */ public const ASSERT_FALSE = 'assertFalse'; /** * @var string */ public const ASSERT_TRUE = 'assertTrue'; }
[+]
..
[-] ConsecutiveVariable.php
[edit]
[-] AssertMethod.php
[edit]
[-] ConsecutiveMethodName.php
[edit]