🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:59:53 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
CodingStyle
/
ValueObject
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/CodingStyle/ValueObject
🔄 Refresh
✏️
Editing: ObjectMagicMethods.php
Read Only
<?php declare (strict_types=1); namespace Rector\CodingStyle\ValueObject; use Rector\ValueObject\MethodName; final class ObjectMagicMethods { /** * @var string[] */ public const METHOD_NAMES = ['__call', '__callStatic', MethodName::CLONE, MethodName::CONSTRUCT, '__debugInfo', MethodName::DESCTRUCT, '__get', MethodName::INVOKE, '__isset', '__serialize', '__set', MethodName::SET_STATE, '__sleep', '__toString', '__unserialize', '__unset', '__wakeup']; }
💾 Save Changes
❌ Cancel