View file File name : GeneratedConfig.ph Content :<?php declare(strict_types = 1); namespace PHPStan\ExtensionInstaller; /** * This class is generated by phpstan/extension-installer. * @internal */ final class GeneratedConfig { public const EXTENSIONS = array ( 'szepeviktor/phpstan-wordpress' => array ( 'install_path' => '/opt/atlassian/pipelines/agent/build/vendor/szepeviktor/phpstan-wordpress', 'relative_install_path' => '../../../szepeviktor/phpstan-wordpress', 'extra' => array ( 'includes' => array ( 0 => 'extension.neon', ), ), 'version' => 'v1.1.3', ), ); public const NOT_INSTALLED = array ( ); private function __construct() { } }