🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:49:32 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Support
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Support
🔄 Refresh
✏️
Editing: Arrayable.php
Read Only
<?php namespace RectorPrefix202411\Illuminate\Contracts\Support; /** * @template TKey of array-key * @template TValue */ interface Arrayable { /** * Get the instance as an array. * * @return array<TKey, TValue> */ public function toArray(); }
💾 Save Changes
❌ Cancel