HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /var/www/ecom/wp-content/plugins/payoneer-checkout/vendor/nyholm/psr7/.php-cs-fixer.dist.php
<?php

declare (strict_types=1);
namespace Syde\Vendor;

$finder = PhpCsFixer\Finder::create()->in(__DIR__ . '/src')->in(__DIR__ . '/tests');
$config = new PhpCsFixer\Config();
return $config->setRules(['@Symfony' => \true, '@Symfony:risky' => \true, 'native_function_invocation' => ['include' => ['@all']], 'native_constant_invocation' => \true, 'ordered_imports' => \true, 'declare_strict_types' => \false, 'linebreak_after_opening_tag' => \false, 'single_import_per_statement' => \false, 'blank_line_after_opening_tag' => \false, 'concat_space' => ['spacing' => 'one'], 'phpdoc_align' => ['align' => 'left']])->setRiskyAllowed(\true)->setFinder($finder);