opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-phpunit
/
src
/
Enum
➕ New
📤 Upload
✎ Editing:
ConsecutiveMethodName.php
← Back
<?php declare (strict_types=1); namespace Rector\PHPUnit\Enum; final class ConsecutiveMethodName { /** * @var string */ public const WILL_RETURN_ON_CONSECUTIVE_CALLS = 'willReturnOnConsecutiveCalls'; /** * @var string */ public const WILL_RETURN_ARGUMENT = 'willReturnArgument'; /** * @var string */ public const WILL_RETURN_SELF = 'willReturnSelf'; /** * @var string */ public const WILL_THROW_EXCEPTION = 'willThrowException'; /** * @var string */ public const WILL_RETURN_REFERENCE = 'willReturnReference'; /** * @var string */ public const WILL_RETURN = 'willReturn'; /** * @var string */ public const WILL_RETURN_CALLBACK = 'willReturnCallback'; /** * @var string */ public const WITH_CONSECUTIVE = 'withConsecutive'; }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel