home
/
zktecojo
/
public_html
/
vendor
/
mobiledetect
/
mobiledetectlib
➕ New
📤 Upload
✎ Editing:
.php_cs
← Back
<?php use Symfony\CS\FixerInterface; $finder = Symfony\CS\Finder\DefaultFinder::create() ->notName('LICENSE') ->notName('README.md') ->notName('.php_cs') ->notName('composer.*') ->notName('phpunit.xml*') ->notName('*.phar') ->exclude('vendor') ->exclude('examples') ->exclude('Symfony/CS/Tests/Fixer') ->notName('ElseifFixer.php') ->exclude('data') ->in(__DIR__) ; return Symfony\CS\Config\Config::create() ->finder($finder) ;
💾 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