File manager - Edit - /home/antilam/web/antilam.ru/public_html/wp-content/plugins/cyr2lat/bin/wp-background-processing.scoper.php
Back
<?php /** * PHP-Scoper configuration file. * * @package cyr-to-lat */ // phpcs:disable Generic.Commenting.DocComment.MissingShort /** @noinspection PhpUndefinedClassInspection */ /** @noinspection PhpUndefinedNamespaceInspection */ // phpcs:enable Generic.Commenting.DocComment.MissingShort declare( strict_types=1 ); use Symfony\Component\Finder\Finder; /** * Dir to scope */ const WP_BACKGROUND_PROCESSING_BASE_DIR = __DIR__ . '/../vendor/deliciousbrains/wp-background-processing'; return [ 'finders' => [ Finder::create()->files()->in( WP_BACKGROUND_PROCESSING_BASE_DIR . '/classes' ), ], 'exclude-constants' => [ 'MINUTE_IN_SECONDS' ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.4.22 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings