36 lines
698 B
PHP
36 lines
698 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace PHPStan\ExtensionInstaller;
|
|
|
|
/**
|
|
* This class is generated by phpstan/extension-installer.
|
|
* @internal
|
|
*/
|
|
final class GeneratedConfig
|
|
{
|
|
|
|
public const EXTENSIONS = array (
|
|
'phpstan/phpstan-deprecation-rules' =>
|
|
array (
|
|
'install_path' => '/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/vendor/phpstan/phpstan-deprecation-rules',
|
|
'relative_install_path' => '../../phpstan-deprecation-rules',
|
|
'extra' =>
|
|
array (
|
|
'includes' =>
|
|
array (
|
|
0 => 'rules.neon',
|
|
),
|
|
),
|
|
'version' => '1.1.3',
|
|
),
|
|
);
|
|
|
|
public const NOT_INSTALLED = array (
|
|
);
|
|
|
|
private function __construct()
|
|
{
|
|
}
|
|
|
|
}
|