rest_mediatekdocuments

Validator
in package

Table of Contents

Properties

$repository  : RepositoryInterface
The environment repository instance.
$variables  : array<string|int, string>
The variables to validate.

Methods

__construct()  : void
Create a new validator instance.
allowedRegexValues()  : Validator
Assert that each variable matches the given regular expression.
allowedValues()  : Validator
Assert that each variable is amongst the given choices.
assert()  : Validator
Assert that the callback returns true for each variable.
assertNullable()  : Validator
Assert that the callback returns true for each variable.
isBoolean()  : Validator
Assert that each specified variable is a boolean.
isInteger()  : Validator
Assert that each specified variable is an integer.
notEmpty()  : Validator
Assert that each variable is not empty.
required()  : Validator
Assert that each variable is present.

Properties

$variables

The variables to validate.

private array<string|int, string> $variables

Methods

allowedValues()

Assert that each variable is amongst the given choices.

public allowedValues(array<string|int, string> $choices) : Validator
Parameters
$choices : array<string|int, string>
Tags
throws
ValidationException
Return values
Validator

assert()

Assert that the callback returns true for each variable.

public assert( Warning: Array to string conversion in phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php on line 64 Call Stack: 0.0638 27947728 1. {main}() C:\wamp64V2\bin\php\php8.2.13\ext\phpDocumentor.phar:0 0.0695 27950176 2. require('phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/bin/phpdoc') C:\wamp64V2\bin\php\php8.2.13\ext\phpDocumentor.phar:11 0.1005 29739704 3. Symfony\Component\Console\Application->run($input = ???, $output = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/bin/phpdoc:13 0.3079 30077640 4. phpDocumentor\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Application.php:175 10.1768 55316152 5. Symfony\Component\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Console/Application.php:78 10.1780 55323160 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Console\Command\Project\RunCommand { private ?Symfony\Component\Console\Application ${Symfony\Component\Console\Command\Command}application = class phpDocumentor\Console\Application { private array ${Symfony\Component\Console\Application}commands = [...]; private bool ${Symfony\Component\Console\Application}wantHelps = FALSE; private ?Symfony\Component\Console\Command\Command ${Symfony\Component\Console\Application}runningCommand = ...; private string ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private string ${Symfony\Component\Console\Application}version = '3.6.0'; private ?Symfony\Component\Console\CommandLoader\CommandLoaderInterface ${Symfony\Component\Console\Application}commandLoader = NULL; private bool ${Symfony\Component\Console\Application}catchExceptions = TRUE; private bool ${Symfony\Component\Console\Application}catchErrors = FALSE; private bool ${Symfony\Component\Console\Application}autoExit = TRUE; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ?Symfony\Contracts\EventDispatcher\EventDispatcherInterface ${Symfony\Component\Console\Application}dispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... }; private Symfony\Component\Console\Terminal ${Symfony\Component\Console\Application}terminal = class Symfony\Component\Console\Terminal { ... }; private string ${Symfony\Component\Console\Application}defaultCommand = 'project:run'; private bool ${Symfony\Component\Console\Application}singleCommand = FALSE; private bool ${Symfony\Component\Console\Application}initialized = TRUE; private ?Symfony\Component\Console\SignalRegistry\SignalRegistry ${Symfony\Component\Console\Application}signalRegistry = NULL; private array ${Symfony\Component\Console\Application}signalsToDispatchEvent = [...] }; private ?string ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ?string ${Symfony\Component\Console\Command\Command}processTitle = NULL; private array ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}hidden = FALSE; private string ${Symfony\Component\Console\Command\Command}help = ' phpDocumentor creates documentation from PHP source files. The simplest way\n to use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\n This will parse every file ending with .php in and then output a HTML site containing easily readable documentation\n in .\n\n phpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file'...; private string ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ?Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}fullDefinition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ?Closure ${Symfony\Component\Console\Command\Command}code = NULL; private array ${Symfony\Component\Console\Command\Command}synopsis = []; private array ${Symfony\Component\Console\Command\Command}usages = []; private ?Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private array $helpers = [...] }; private ?Symfony\Component\Console\Helper\ProgressBar $progressBar = class Symfony\Component\Console\Helper\ProgressBar { private int $barWidth = 28; private string $barChar = *uninitialized*; private string $emptyBarChar = '-'; private string $progressChar = '>'; private ?string $format = ' %current%/%max% [%bar%] %percent:3s%%'; private ?string $internalFormat = NULL; private ?int $redrawFreq = NULL; private int $writeCount = 11; private float $lastWriteTime = 1744813388.3303; private float $minSecondsBetweenRedraws = 0.04; private float $maxSecondsBetweenRedraws = 1; private Symfony\Component\Console\Output\OutputInterface $output = class Symfony\Component\Console\Output\StreamOutput { ... }; private int $step = 83; private int $startingStep = 0; private ?int $max = 83; private int $startTime = 1744813386; private int $stepWidth = 2; private float $percent = 1; private array $messages = [...]; private bool $overwrite = TRUE; private Symfony\Component\Console\Terminal $terminal = class Symfony\Component\Console\Terminal { ... }; private ?string $previousMessage = ' 83/83 [============================] 100%'; private Symfony\Component\Console\Cursor $cursor = class Symfony\Component\Console\Cursor { ... }; private array $placeholders = [...] }; private ?Symfony\Component\Console\Helper\ProgressBar $transformerProgressBar = class Symfony\Component\Console\Helper\ProgressBar { private int $barWidth = 28; private string $barChar = *uninitialized*; private string $emptyBarChar = '-'; private string $progressChar = '>'; private ?string $format = NULL; private ?string $internalFormat = NULL; private ?int $redrawFreq = NULL; private int $writeCount = 0; private float $lastWriteTime = 0; private float $minSecondsBetweenRedraws = 0.04; private float $maxSecondsBetweenRedraws = 1; private Symfony\Component\Console\Output\OutputInterface $output = class Symfony\Component\Console\Output\StreamOutput { ... }; private int $step = 0; private int $startingStep = 0; private ?int $max = 22; private int $startTime = 1744813388; private int $stepWidth = 2; private float $percent = 0; private array $messages = [...]; private bool $overwrite = TRUE; private Symfony\Component\Console\Terminal $terminal = class Symfony\Component\Console\Terminal { ... }; private ?string $previousMessage = NULL; private Symfony\Component\Console\Cursor $cursor = class Symfony\Component\Console\Cursor { ... }; private array $placeholders = [...] }; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $projectDescriptorBuilder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } }; private readonly League\Pipeline\PipelineInterface $pipeline = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } } }, $input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Application.php:324 10.1845 55529064 7. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Application.php:1096 10.1846 55529064 8. phpDocumentor\Console\Command\Project\RunCommand->execute($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Command/Command.php:326 10.1853 55554384 9. League\Pipeline\Pipeline->__invoke($payload = ['target' => 'C:/mediatekdocuments_documentation', 'cache-folder' => NULL, 'filename' => [], 'directory' => [0 => 'C:/wamp64V2/www/rest_mediatekdocuments'], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => 'rest_mediatekdocuments', 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => TRUE, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => [0 => 'C:\\Program Files\\NetBeans-21/.phpdoc/extensions'], 'log' => NULL]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Console/Command/Project/RunCommand.php:273 10.1853 55554384 10. League\Pipeline\Pipeline->process($payload = ['target' => 'C:/mediatekdocuments_documentation', 'cache-folder' => NULL, 'filename' => [], 'directory' => [0 => 'C:/wamp64V2/www/rest_mediatekdocuments'], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => 'rest_mediatekdocuments', 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => TRUE, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => [0 => 'C:\\Program Files\\NetBeans-21/.phpdoc/extensions'], 'log' => NULL]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:39 10.1853 55554384 11. League\Pipeline\FingersCrossedProcessor->process($payload = ['target' => 'C:/mediatekdocuments_documentation', 'cache-folder' => NULL, 'filename' => [], 'directory' => [0 => 'C:/wamp64V2/www/rest_mediatekdocuments'], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => 'rest_mediatekdocuments', 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => TRUE, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => [0 => 'C:\\Program Files\\NetBeans-21/.phpdoc/extensions'], 'log' => NULL], ...$stages = variadic(class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } })) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:34 77.2364 62554624 12. phpDocumentor\Pipeline\Stage\TimedStageDecorator->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/FingersCrossedProcessor.php:11 77.2364 62556384 13. League\Pipeline\Pipeline->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Pipeline/Stage/TimedStageDecorator.php:40 77.2364 62556384 14. League\Pipeline\Pipeline->process($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:39 77.2364 62556384 15. League\Pipeline\FingersCrossedProcessor->process($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }, ...$stages = variadic(class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Cache\LoadProjectDescriptorFromCache { private readonly phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper $descriptorMapper = class phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Compile { private readonly League\Pipeline\Pipeline $compilerPipeline = class League\Pipeline\Pipeline { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Transform { private readonly phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Transformer\Template\Factory $templateFactory = class phpDocumentor\Transformer\Template\Factory { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } })) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:34 77.3271 62566400 16. phpDocumentor\Pipeline\Stage\TimedStageDecorator->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/FingersCrossedProcessor.php:11 77.3271 62568160 17. phpDocumentor\Pipeline\Stage\Transform->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Pipeline/Stage/TimedStageDecorator.php:40 77.3341 62723040 18. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/index.html.twig'; private readonly string $artifact = 'index.html' }, 1 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, 2 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'sourcecode'; private readonly string $source = 'templates/default/source/file.source.txt.twig'; private readonly string $artifact = 'files/{{path}}.txt' }, 3 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.namespaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/namespace.html.twig'; private readonly string $artifact = '' }, 4 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.packages'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/package.html.twig'; private readonly string $artifact = '' }, 5 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, 6 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.enums'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/enum.html.twig'; private readonly string $artifact = '' }, 7 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.interfaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/interface.html.twig'; private readonly string $artifact = '' }, 8 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.traits'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/trait.html.twig'; private readonly string $artifact = '' }, 9 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/template.js.twig'; private readonly string $artifact = 'js/template.js' }, 10 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/search.js.twig'; private readonly string $artifact = 'js/search.js' }, 11 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/searchIndex.js.twig'; private readonly string $artifact = 'js/searchIndex.js' }, 12 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/graphs/class.html.twig'; private readonly string $artifact = 'graphs/classes.html' }, 13 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/errors.html.twig'; private readonly string $artifact = 'reports/errors.html' }, 14 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/deprecated.html.twig'; private readonly string $artifact = 'reports/deprecated.html' }, 15 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/markers.html.twig'; private readonly string $artifact = 'reports/markers.html' }, 16 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/indices/files.html.twig'; private readonly string $artifact = 'indices/files.html' }, 17 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/base.css.twig'; private readonly string $artifact = 'css/base.css' }, 18 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/normalize.css.twig'; private readonly string $artifact = 'css/normalize.css' }, 19 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/template.css.twig'; private readonly string $artifact = 'css/template.css' }, 20 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'RenderGuide'; private readonly string $source = ''; private readonly string $artifact = '' }, 21 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'Graph'; private readonly string $source = 'Class'; private readonly string $artifact = 'graphs/classes.svg' }]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Pipeline/Stage/Transform.php:94 77.3408 63116472 19. phpDocumentor\Transformer\Transformer->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/index.html.twig'; private readonly string $artifact = 'index.html' }, 1 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, 2 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'sourcecode'; private readonly string $source = 'templates/default/source/file.source.txt.twig'; private readonly string $artifact = 'files/{{path}}.txt' }, 3 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.namespaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/namespace.html.twig'; private readonly string $artifact = '' }, 4 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.packages'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/package.html.twig'; private readonly string $artifact = '' }, 5 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, 6 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.enums'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/enum.html.twig'; private readonly string $artifact = '' }, 7 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.interfaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/interface.html.twig'; private readonly string $artifact = '' }, 8 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.traits'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/trait.html.twig'; private readonly string $artifact = '' }, 9 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/template.js.twig'; private readonly string $artifact = 'js/template.js' }, 10 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/search.js.twig'; private readonly string $artifact = 'js/search.js' }, 11 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/searchIndex.js.twig'; private readonly string $artifact = 'js/searchIndex.js' }, 12 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/graphs/class.html.twig'; private readonly string $artifact = 'graphs/classes.html' }, 13 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/errors.html.twig'; private readonly string $artifact = 'reports/errors.html' }, 14 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/deprecated.html.twig'; private readonly string $artifact = 'reports/deprecated.html' }, 15 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/markers.html.twig'; private readonly string $artifact = 'reports/markers.html' }, 16 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/indices/files.html.twig'; private readonly string $artifact = 'indices/files.html' }, 17 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/base.css.twig'; private readonly string $artifact = 'css/base.css' }, 18 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/normalize.css.twig'; private readonly string $artifact = 'css/normalize.css' }, 19 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/template.css.twig'; private readonly string $artifact = 'css/template.css' }, 20 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'RenderGuide'; private readonly string $source = ''; private readonly string $artifact = '' }, 21 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'Graph'; private readonly string $source = 'Class'; private readonly string $artifact = 'graphs/classes.svg' }]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Transformer.php:124 84.4384 70553768 20. phpDocumentor\Transformer\Transformer->applyTransformation($transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Transformer.php:199 84.4384 70553864 21. phpDocumentor\Transformer\Writer\Twig->transform($transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Transformer.php:235 84.4435 70554128 22. phpDocumentor\Transformer\Writer\Twig->transformNodeCollection($nodes = class phpDocumentor\Descriptor\Collection { protected array $items = ['\AccessBDD' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Connexion' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Controle' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\MyAccessBDD' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Url' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\ComposerAutoloaderInit108be68e4e2b97fed51d36a10eed0849' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Composer\Autoload\ComposerStaticInit108be68e4e2b97fed51d36a10eed0849' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Composer\Autoload\ClassLoader' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Composer\InstalledVersions' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\GrahamCampbell\ResultType\Error' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\GrahamCampbell\ResultType\Result' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\GrahamCampbell\ResultType\Success' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\LazyOption' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\None' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\Option' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\Some' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Attribute' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpToken' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\UnhandledMatchError' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\ValueError' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Dotenv' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\InvalidEncodingException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\InvalidFileException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\InvalidPathException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\ValidationException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Loader\Loader' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Loader\Resolver' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Entry' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\EntryParser' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Lexer' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Lines' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Parser' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Value' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ApacheAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ArrayAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\EnvConstAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\GuardedWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ImmutableWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\MultiReader' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\MultiWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\PutenvAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ReplacingWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ServerConstAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\AdapterRepository' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\RepositoryBuilder' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Store\FileStore' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Store\StoreBuilder' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Store\StringStore' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Validator' => class phpDocumentor\Descriptor\ClassDescriptor { ... }] }, $transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $templatePath = '/class.html.twig', $extraParameters = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig.php:164 86.3244 70879832 23. phpDocumentor\Transformer\Writer\Twig->transformNode($node = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Dotenv\\Validator'; private $name = 'Validator' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Dotenv'; protected $namespace = '\\'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = 'fc1839cd6bc742c8d3115238c6d78aab'; protected string $path = 'vendor/vlucas/phpdotenv/src/Validator.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 12; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 209; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $templatePath = '/class.html.twig', $extraParameters = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig.php:212 86.3245 70881048 24. Twig\Environment->render($name = '/class.html.twig', $context = ['target_path' => 'classes/Dotenv-Validator.html']) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig.php:249 86.3246 70880984 25. Twig\TemplateWrapper->render($context = ['target_path' => 'classes/Dotenv-Validator.html']) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php:318 86.3246 70880984 26. Twig\Template->render($context = ['target_path' => 'classes/Dotenv-Validator.html'], []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/TemplateWrapper.php:45 86.3246 70897496 27. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html'], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:390 86.3246 70898192 28. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3246 70898192 29. __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3246 70898568 30. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:43 86.3246 70898568 31. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3246 70898568 32. __TwigTemplate_c99a58398e752cde960322b930d010e3->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3246 70898568 33. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:41 86.3246 70898944 34. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3246 70898944 35. __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3253 70901448 36. Twig\Template->displayBlock($name = 'content', $context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']], $useBlocks = ???, $templateContext = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:90 86.3253 70901448 37. __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e->block_content($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:182 86.3302 70927144 38. twig_include($env = class Twig\Environment { private $charset = 'UTF-8'; private $loader = class Twig\Loader\ChainLoader { private $hasSourceCache = [...]; private $loaders = [...] }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\Cache\NullCache { }; private $lexer = class Twig\Lexer { private $isInitialized = TRUE; private $tokens = [...]; private $code = '
\n
\n #[{{ attribute.attribute | route(\'class:short\') }}]\n
\n {% for argument in attribute.arguments %}\n
\n {% if argument.name %}${{ argument.name }}: {% endif %}{{ argument.value }}\n
\n {% endfor %}\n
\n'; private $cursor = 378; private $lineno = 10; private $end = 378; private $state = 0; private $states = [...]; private $brackets = [...]; private $env = ...; private $source = class Twig\Source { ... }; private $options = [...]; private $regexes = [...]; private $position = 6; private $positions = [...]; private $currentVarBlockLine = 9 }; private $parser = class Twig\Parser { private $stack = [...]; private $stream = NULL; private $parent = NULL; private $handlers = [...]; private $visitors = [...]; private $expressionParser = class Twig\ExpressionParser { ... }; private $blocks = NULL; private $blockStack = NULL; private $macros = NULL; private $env = ...; private $importedSymbols = NULL; private $traits = NULL; private $embeddedTemplates = [...]; private $varNameSalt = 1 }; private $compiler = class Twig\Compiler { private $lastLine = 10; private $source = ' TRUE, 'usesPackages' => TRUE, 'node' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'destinationPath' => '/index.html', 'parameter' => [...], 'env' => NULL]; private $resolvedGlobals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL]; private $loadedTemplates = ['__TwigTemplate_396e5678d96894f7c09b2eb40333631a' => class __TwigTemplate_396e5678d96894f7c09b2eb40333631a { ... }, '__TwigTemplate_c99a58398e752cde960322b930d010e3' => class __TwigTemplate_c99a58398e752cde960322b930d010e3 { ... }, '__TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c' => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, '__TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e' => class __TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e { ... }, '__TwigTemplate_789e3bc732e01b1648be07882ccee31d' => class __TwigTemplate_789e3bc732e01b1648be07882ccee31d { ... }, '__TwigTemplate_6460f81e85f8b08ecfe0e779933035b4' => class __TwigTemplate_6460f81e85f8b08ecfe0e779933035b4 { ... }, '__TwigTemplate_0d9e556de3d070b03e03b96777d39476' => class __TwigTemplate_0d9e556de3d070b03e03b96777d39476 { ... }, '__TwigTemplate_5e817d7e198f530f127de833dffa5567' => class __TwigTemplate_5e817d7e198f530f127de833dffa5567 { ... }, '__TwigTemplate_b5a241d946165aeaa0acfe798d9fd999' => class __TwigTemplate_b5a241d946165aeaa0acfe798d9fd999 { ... }, '__TwigTemplate_a4520819624f288fcebe82872edbe9e0' => class __TwigTemplate_a4520819624f288fcebe82872edbe9e0 { ... }, '__TwigTemplate_d1de243e6dd3191b7d247fe7992493a4' => class __TwigTemplate_d1de243e6dd3191b7d247fe7992493a4 { ... }, '__TwigTemplate_516587958e7512f197738d528f06db54' => class __TwigTemplate_516587958e7512f197738d528f06db54 { ... }, '__TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4' => class __TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4 { ... }, '__TwigTemplate_7b685d6b6797edd9299a7544be98f88d' => class __TwigTemplate_7b685d6b6797edd9299a7544be98f88d { ... }, '__TwigTemplate_86077471a593ab2d3fbd0c845752774f' => class __TwigTemplate_86077471a593ab2d3fbd0c845752774f { ... }, '__TwigTemplate_55ad48707b224857087e107cde16dcb1' => class __TwigTemplate_55ad48707b224857087e107cde16dcb1 { ... }, '__TwigTemplate_2128f3eecc115f6ee553e4c568012e4f' => class __TwigTemplate_2128f3eecc115f6ee553e4c568012e4f { ... }, '__TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea' => class __TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea { ... }, '__TwigTemplate_e591746dbe08c084ac241ba4f5695bc7' => class __TwigTemplate_e591746dbe08c084ac241ba4f5695bc7 { ... }, '__TwigTemplate_3762f956e297b7a6a1ac986d531f9979' => class __TwigTemplate_3762f956e297b7a6a1ac986d531f9979 { ... }, '__TwigTemplate_f48b429361b4b67328600e42f4459a35' => class __TwigTemplate_f48b429361b4b67328600e42f4459a35 { ... }, '__TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307' => class __TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307 { ... }, '__TwigTemplate_4cdc080ac94d04e573cfc52edea23d50' => class __TwigTemplate_4cdc080ac94d04e573cfc52edea23d50 { ... }, '__TwigTemplate_133811c71a92fd7367ee0fbf07f88810' => class __TwigTemplate_133811c71a92fd7367ee0fbf07f88810 { ... }, '__TwigTemplate_bc4a5212d16db717759028a773b3a11a' => class __TwigTemplate_bc4a5212d16db717759028a773b3a11a { ... }, '__TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a' => class __TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a { ... }, '__TwigTemplate_884320470afa801eda2aa7d2606468b1' => class __TwigTemplate_884320470afa801eda2aa7d2606468b1 { ... }, '__TwigTemplate_3fddfdf865401adb925a52470b2a6615' => class __TwigTemplate_3fddfdf865401adb925a52470b2a6615 { ... }, '__TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5' => class __TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5 { ... }, '__TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9' => class __TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9 { ... }, '__TwigTemplate_0a404915afa6138bd9be023b197c6c20' => class __TwigTemplate_0a404915afa6138bd9be023b197c6c20 { ... }, '__TwigTemplate_3d149089e64e7410153f27d6d3416b10' => class __TwigTemplate_3d149089e64e7410153f27d6d3416b10 { ... }, '__TwigTemplate_ef30319fec9723cd5e412109660d8baa' => class __TwigTemplate_ef30319fec9723cd5e412109660d8baa { ... }, '__TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2' => class __TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2 { ... }, '__TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf' => class __TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf { ... }, '__TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea' => class __TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea { ... }, '__TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e' => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, '__TwigTemplate_cba700febafdcf6cec26478da4f413d8' => class __TwigTemplate_cba700febafdcf6cec26478da4f413d8 { ... }, '__TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c' => class __TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c { ... }, '__TwigTemplate_91406864c7afde29bff42ad3dd23ea47' => class __TwigTemplate_91406864c7afde29bff42ad3dd23ea47 { ... }, '__TwigTemplate_a013427ce712c9b46649e4ef0c4afb79' => class __TwigTemplate_a013427ce712c9b46649e4ef0c4afb79 { ... }, '__TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a' => class __TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a { ... }, '__TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a' => class __TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a { ... }, '__TwigTemplate_1377b545c6509656d20d851dc83290d0' => class __TwigTemplate_1377b545c6509656d20d851dc83290d0 { ... }, '__TwigTemplate_02b82081a0ac559ae06fda785a13e01b' => class __TwigTemplate_02b82081a0ac559ae06fda785a13e01b { ... }]; private $strictVariables = FALSE; private $templateClassPrefix = '__TwigTemplate_'; private $originalCache = FALSE; private $extensionSet = class Twig\ExtensionSet { private $extensions = [...]; private $initialized = TRUE; private $runtimeInitialized = TRUE; private $staging = class Twig\Extension\StagingExtension { ... }; private $parsers = [...]; private $visitors = [...]; private $filters = [...]; private $tests = [...]; private $functions = [...]; private $unaryOperators = [...]; private $binaryOperators = [...]; private $globals = [...]; private $functionCallbacks = [...]; private $filterCallbacks = [...]; private $lastModified = 1734729226 }; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = '["Twig\\\\Extension\\\\CoreExtension","Twig\\\\Extension\\\\EscaperExtension","Twig\\\\Extension\\\\OptimizerExtension","phpDocumentor\\\\Transformer\\\\Writer\\\\Twig\\\\Extension","phpDocumentor\\\\Guides\\\\Twig\\\\AssetsExtension","phpDocumentor\\\\Guides\\\\Graphs\\\\Twig\\\\UmlExtension","Twig\\\\Extension\\\\DebugExtension"]:8:2:2.16.1:1:\\Twig\\Template:0' }, $context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $template = 'components/methods.html.twig', $variables = ???, $withContext = ???, $ignoreMissing = ???, $sandboxed = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:78 86.3302 70927112 39. Twig\Template->render($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Extension/CoreExtension.php:1287 86.3302 70943624 40. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:390 86.3302 70943624 41. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3302 70943624 42. __TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3341 70961360 43. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:69 86.3341 70961360 44. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3341 70961360 45. __TwigTemplate_1377b545c6509656d20d851dc83290d0->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3344 70963320 46. twig_include($env = class Twig\Environment { private $charset = 'UTF-8'; private $loader = class Twig\Loader\ChainLoader { private $hasSourceCache = [...]; private $loaders = [...] }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\Cache\NullCache { }; private $lexer = class Twig\Lexer { private $isInitialized = TRUE; private $tokens = [...]; private $code = '
\n
\n #[{{ attribute.attribute | route(\'class:short\') }}]\n
\n {% for argument in attribute.arguments %}\n
\n {% if argument.name %}${{ argument.name }}: {% endif %}{{ argument.value }}\n
\n {% endfor %}\n
\n'; private $cursor = 378; private $lineno = 10; private $end = 378; private $state = 0; private $states = [...]; private $brackets = [...]; private $env = ...; private $source = class Twig\Source { ... }; private $options = [...]; private $regexes = [...]; private $position = 6; private $positions = [...]; private $currentVarBlockLine = 9 }; private $parser = class Twig\Parser { private $stack = [...]; private $stream = NULL; private $parent = NULL; private $handlers = [...]; private $visitors = [...]; private $expressionParser = class Twig\ExpressionParser { ... }; private $blocks = NULL; private $blockStack = NULL; private $macros = NULL; private $env = ...; private $importedSymbols = NULL; private $traits = NULL; private $embeddedTemplates = [...]; private $varNameSalt = 1 }; private $compiler = class Twig\Compiler { private $lastLine = 10; private $source = ' TRUE, 'usesPackages' => TRUE, 'node' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'destinationPath' => '/index.html', 'parameter' => [...], 'env' => NULL]; private $resolvedGlobals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL]; private $loadedTemplates = ['__TwigTemplate_396e5678d96894f7c09b2eb40333631a' => class __TwigTemplate_396e5678d96894f7c09b2eb40333631a { ... }, '__TwigTemplate_c99a58398e752cde960322b930d010e3' => class __TwigTemplate_c99a58398e752cde960322b930d010e3 { ... }, '__TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c' => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, '__TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e' => class __TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e { ... }, '__TwigTemplate_789e3bc732e01b1648be07882ccee31d' => class __TwigTemplate_789e3bc732e01b1648be07882ccee31d { ... }, '__TwigTemplate_6460f81e85f8b08ecfe0e779933035b4' => class __TwigTemplate_6460f81e85f8b08ecfe0e779933035b4 { ... }, '__TwigTemplate_0d9e556de3d070b03e03b96777d39476' => class __TwigTemplate_0d9e556de3d070b03e03b96777d39476 { ... }, '__TwigTemplate_5e817d7e198f530f127de833dffa5567' => class __TwigTemplate_5e817d7e198f530f127de833dffa5567 { ... }, '__TwigTemplate_b5a241d946165aeaa0acfe798d9fd999' => class __TwigTemplate_b5a241d946165aeaa0acfe798d9fd999 { ... }, '__TwigTemplate_a4520819624f288fcebe82872edbe9e0' => class __TwigTemplate_a4520819624f288fcebe82872edbe9e0 { ... }, '__TwigTemplate_d1de243e6dd3191b7d247fe7992493a4' => class __TwigTemplate_d1de243e6dd3191b7d247fe7992493a4 { ... }, '__TwigTemplate_516587958e7512f197738d528f06db54' => class __TwigTemplate_516587958e7512f197738d528f06db54 { ... }, '__TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4' => class __TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4 { ... }, '__TwigTemplate_7b685d6b6797edd9299a7544be98f88d' => class __TwigTemplate_7b685d6b6797edd9299a7544be98f88d { ... }, '__TwigTemplate_86077471a593ab2d3fbd0c845752774f' => class __TwigTemplate_86077471a593ab2d3fbd0c845752774f { ... }, '__TwigTemplate_55ad48707b224857087e107cde16dcb1' => class __TwigTemplate_55ad48707b224857087e107cde16dcb1 { ... }, '__TwigTemplate_2128f3eecc115f6ee553e4c568012e4f' => class __TwigTemplate_2128f3eecc115f6ee553e4c568012e4f { ... }, '__TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea' => class __TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea { ... }, '__TwigTemplate_e591746dbe08c084ac241ba4f5695bc7' => class __TwigTemplate_e591746dbe08c084ac241ba4f5695bc7 { ... }, '__TwigTemplate_3762f956e297b7a6a1ac986d531f9979' => class __TwigTemplate_3762f956e297b7a6a1ac986d531f9979 { ... }, '__TwigTemplate_f48b429361b4b67328600e42f4459a35' => class __TwigTemplate_f48b429361b4b67328600e42f4459a35 { ... }, '__TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307' => class __TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307 { ... }, '__TwigTemplate_4cdc080ac94d04e573cfc52edea23d50' => class __TwigTemplate_4cdc080ac94d04e573cfc52edea23d50 { ... }, '__TwigTemplate_133811c71a92fd7367ee0fbf07f88810' => class __TwigTemplate_133811c71a92fd7367ee0fbf07f88810 { ... }, '__TwigTemplate_bc4a5212d16db717759028a773b3a11a' => class __TwigTemplate_bc4a5212d16db717759028a773b3a11a { ... }, '__TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a' => class __TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a { ... }, '__TwigTemplate_884320470afa801eda2aa7d2606468b1' => class __TwigTemplate_884320470afa801eda2aa7d2606468b1 { ... }, '__TwigTemplate_3fddfdf865401adb925a52470b2a6615' => class __TwigTemplate_3fddfdf865401adb925a52470b2a6615 { ... }, '__TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5' => class __TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5 { ... }, '__TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9' => class __TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9 { ... }, '__TwigTemplate_0a404915afa6138bd9be023b197c6c20' => class __TwigTemplate_0a404915afa6138bd9be023b197c6c20 { ... }, '__TwigTemplate_3d149089e64e7410153f27d6d3416b10' => class __TwigTemplate_3d149089e64e7410153f27d6d3416b10 { ... }, '__TwigTemplate_ef30319fec9723cd5e412109660d8baa' => class __TwigTemplate_ef30319fec9723cd5e412109660d8baa { ... }, '__TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2' => class __TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2 { ... }, '__TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf' => class __TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf { ... }, '__TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea' => class __TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea { ... }, '__TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e' => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, '__TwigTemplate_cba700febafdcf6cec26478da4f413d8' => class __TwigTemplate_cba700febafdcf6cec26478da4f413d8 { ... }, '__TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c' => class __TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c { ... }, '__TwigTemplate_91406864c7afde29bff42ad3dd23ea47' => class __TwigTemplate_91406864c7afde29bff42ad3dd23ea47 { ... }, '__TwigTemplate_a013427ce712c9b46649e4ef0c4afb79' => class __TwigTemplate_a013427ce712c9b46649e4ef0c4afb79 { ... }, '__TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a' => class __TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a { ... }, '__TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a' => class __TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a { ... }, '__TwigTemplate_1377b545c6509656d20d851dc83290d0' => class __TwigTemplate_1377b545c6509656d20d851dc83290d0 { ... }, '__TwigTemplate_02b82081a0ac559ae06fda785a13e01b' => class __TwigTemplate_02b82081a0ac559ae06fda785a13e01b { ... }]; private $strictVariables = FALSE; private $templateClassPrefix = '__TwigTemplate_'; private $originalCache = FALSE; private $extensionSet = class Twig\ExtensionSet { private $extensions = [...]; private $initialized = TRUE; private $runtimeInitialized = TRUE; private $staging = class Twig\Extension\StagingExtension { ... }; private $parsers = [...]; private $visitors = [...]; private $filters = [...]; private $tests = [...]; private $functions = [...]; private $unaryOperators = [...]; private $binaryOperators = [...]; private $globals = [...]; private $functionCallbacks = [...]; private $filterCallbacks = [...]; private $lastModified = 1734729226 }; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = '["Twig\\\\Extension\\\\CoreExtension","Twig\\\\Extension\\\\EscaperExtension","Twig\\\\Extension\\\\OptimizerExtension","phpDocumentor\\\\Transformer\\\\Writer\\\\Twig\\\\Extension","phpDocumentor\\\\Guides\\\\Twig\\\\AssetsExtension","phpDocumentor\\\\Guides\\\\Graphs\\\\Twig\\\\UmlExtension","Twig\\\\Extension\\\\DebugExtension"]:8:2:2.16.1:1:\\Twig\\Template:0' }, $context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $template = 'components/method-signature.html.twig', $variables = ['node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }], $withContext = ???, $ignoreMissing = ???, $sandboxed = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:90 86.3344 70964048 47. Twig\Template->render($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert']) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Extension/CoreExtension.php:1287 86.3344 70980560 48. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:390 86.3344 70980560 49. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3344 70980560 50. __TwigTemplate_133811c71a92fd7367ee0fbf07f88810->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3345 70998744 51. phpDocumentor\Transformer\Writer\Twig\Extension->phpDocumentor\Transformer\Writer\Twig\{closure:phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/Extension.php:377-380}($value = class phpDocumentor\Reflection\Types\Callable_ { private $returnType = class phpDocumentor\Reflection\Types\Boolean { }; private $parameters = [0 => class phpDocumentor\Reflection\Types\CallableParameter { ... }] }, $presentation = 'class:short') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:106 86.3345 70998744 52. phpDocumentor\Transformer\Writer\Twig\LinkRenderer->render($value = class phpDocumentor\Reflection\Types\Callable_ { private $returnType = class phpDocumentor\Reflection\Types\Boolean { }; private $parameters = [0 => class phpDocumentor\Reflection\Types\CallableParameter { ... }] }, $presentation = 'class:short') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/Extension.php:380 86.3345 70998744 53. phpDocumentor\Transformer\Writer\Twig\LinkRenderer\CallableAdapter->render($value = class phpDocumentor\Reflection\Types\Callable_ { private $returnType = class phpDocumentor\Reflection\Types\Boolean { }; private $parameters = [0 => class phpDocumentor\Reflection\Types\CallableParameter { ... }] }, $presentation = 'class:short') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer.php:137 86.3345 70998960 54. sprintf($format = '%s%s%s%s%s', $values = [0 => 'string', 1 => 'null'], '', '', '', '') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php:64 callable(Array): bool 
$callback
, string $message) : Validator
Parameters
$callback : Warning: Array to string conversion in phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php on line 64 Call Stack: 0.0638 27947728 1. {main}() C:\wamp64V2\bin\php\php8.2.13\ext\phpDocumentor.phar:0 0.0695 27950176 2. require('phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/bin/phpdoc') C:\wamp64V2\bin\php\php8.2.13\ext\phpDocumentor.phar:11 0.1005 29739704 3. Symfony\Component\Console\Application->run($input = ???, $output = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/bin/phpdoc:13 0.3079 30077640 4. phpDocumentor\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Application.php:175 10.1768 55316152 5. Symfony\Component\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Console/Application.php:78 10.1780 55323160 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Console\Command\Project\RunCommand { private ?Symfony\Component\Console\Application ${Symfony\Component\Console\Command\Command}application = class phpDocumentor\Console\Application { private array ${Symfony\Component\Console\Application}commands = [...]; private bool ${Symfony\Component\Console\Application}wantHelps = FALSE; private ?Symfony\Component\Console\Command\Command ${Symfony\Component\Console\Application}runningCommand = ...; private string ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private string ${Symfony\Component\Console\Application}version = '3.6.0'; private ?Symfony\Component\Console\CommandLoader\CommandLoaderInterface ${Symfony\Component\Console\Application}commandLoader = NULL; private bool ${Symfony\Component\Console\Application}catchExceptions = TRUE; private bool ${Symfony\Component\Console\Application}catchErrors = FALSE; private bool ${Symfony\Component\Console\Application}autoExit = TRUE; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ?Symfony\Contracts\EventDispatcher\EventDispatcherInterface ${Symfony\Component\Console\Application}dispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... }; private Symfony\Component\Console\Terminal ${Symfony\Component\Console\Application}terminal = class Symfony\Component\Console\Terminal { ... }; private string ${Symfony\Component\Console\Application}defaultCommand = 'project:run'; private bool ${Symfony\Component\Console\Application}singleCommand = FALSE; private bool ${Symfony\Component\Console\Application}initialized = TRUE; private ?Symfony\Component\Console\SignalRegistry\SignalRegistry ${Symfony\Component\Console\Application}signalRegistry = NULL; private array ${Symfony\Component\Console\Application}signalsToDispatchEvent = [...] }; private ?string ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ?string ${Symfony\Component\Console\Command\Command}processTitle = NULL; private array ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}hidden = FALSE; private string ${Symfony\Component\Console\Command\Command}help = ' phpDocumentor creates documentation from PHP source files. The simplest way\n to use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\n This will parse every file ending with .php in and then output a HTML site containing easily readable documentation\n in .\n\n phpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file'...; private string ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ?Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}fullDefinition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ?Closure ${Symfony\Component\Console\Command\Command}code = NULL; private array ${Symfony\Component\Console\Command\Command}synopsis = []; private array ${Symfony\Component\Console\Command\Command}usages = []; private ?Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private array $helpers = [...] }; private ?Symfony\Component\Console\Helper\ProgressBar $progressBar = class Symfony\Component\Console\Helper\ProgressBar { private int $barWidth = 28; private string $barChar = *uninitialized*; private string $emptyBarChar = '-'; private string $progressChar = '>'; private ?string $format = ' %current%/%max% [%bar%] %percent:3s%%'; private ?string $internalFormat = NULL; private ?int $redrawFreq = NULL; private int $writeCount = 11; private float $lastWriteTime = 1744813388.3303; private float $minSecondsBetweenRedraws = 0.04; private float $maxSecondsBetweenRedraws = 1; private Symfony\Component\Console\Output\OutputInterface $output = class Symfony\Component\Console\Output\StreamOutput { ... }; private int $step = 83; private int $startingStep = 0; private ?int $max = 83; private int $startTime = 1744813386; private int $stepWidth = 2; private float $percent = 1; private array $messages = [...]; private bool $overwrite = TRUE; private Symfony\Component\Console\Terminal $terminal = class Symfony\Component\Console\Terminal { ... }; private ?string $previousMessage = ' 83/83 [============================] 100%'; private Symfony\Component\Console\Cursor $cursor = class Symfony\Component\Console\Cursor { ... }; private array $placeholders = [...] }; private ?Symfony\Component\Console\Helper\ProgressBar $transformerProgressBar = class Symfony\Component\Console\Helper\ProgressBar { private int $barWidth = 28; private string $barChar = *uninitialized*; private string $emptyBarChar = '-'; private string $progressChar = '>'; private ?string $format = NULL; private ?string $internalFormat = NULL; private ?int $redrawFreq = NULL; private int $writeCount = 0; private float $lastWriteTime = 0; private float $minSecondsBetweenRedraws = 0.04; private float $maxSecondsBetweenRedraws = 1; private Symfony\Component\Console\Output\OutputInterface $output = class Symfony\Component\Console\Output\StreamOutput { ... }; private int $step = 0; private int $startingStep = 0; private ?int $max = 22; private int $startTime = 1744813388; private int $stepWidth = 2; private float $percent = 0; private array $messages = [...]; private bool $overwrite = TRUE; private Symfony\Component\Console\Terminal $terminal = class Symfony\Component\Console\Terminal { ... }; private ?string $previousMessage = NULL; private Symfony\Component\Console\Cursor $cursor = class Symfony\Component\Console\Cursor { ... }; private array $placeholders = [...] }; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $projectDescriptorBuilder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } }; private readonly League\Pipeline\PipelineInterface $pipeline = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } } }, $input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Application.php:324 10.1845 55529064 7. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Application.php:1096 10.1846 55529064 8. phpDocumentor\Console\Command\Project\RunCommand->execute($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = ['ansi' => TRUE, 'directory' => [...], 'target' => 'C:/mediatekdocuments_documentation', 'title' => 'rest_mediatekdocuments']; protected $arguments = ['command' => 'run']; protected $interactive = TRUE; private array $tokens = [0 => 'run', 1 => '--ansi', 2 => '--directory', 3 => 'C:/wamp64V2/www/rest_mediatekdocuments', 4 => '--target', 5 => 'C:/mediatekdocuments_documentation', 6 => '--title', 7 => 'rest_mediatekdocuments']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/symfony/console/Command/Command.php:326 10.1853 55554384 9. League\Pipeline\Pipeline->__invoke($payload = ['target' => 'C:/mediatekdocuments_documentation', 'cache-folder' => NULL, 'filename' => [], 'directory' => [0 => 'C:/wamp64V2/www/rest_mediatekdocuments'], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => 'rest_mediatekdocuments', 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => TRUE, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => [0 => 'C:\\Program Files\\NetBeans-21/.phpdoc/extensions'], 'log' => NULL]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Console/Command/Project/RunCommand.php:273 10.1853 55554384 10. League\Pipeline\Pipeline->process($payload = ['target' => 'C:/mediatekdocuments_documentation', 'cache-folder' => NULL, 'filename' => [], 'directory' => [0 => 'C:/wamp64V2/www/rest_mediatekdocuments'], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => 'rest_mediatekdocuments', 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => TRUE, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => [0 => 'C:\\Program Files\\NetBeans-21/.phpdoc/extensions'], 'log' => NULL]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:39 10.1853 55554384 11. League\Pipeline\FingersCrossedProcessor->process($payload = ['target' => 'C:/mediatekdocuments_documentation', 'cache-folder' => NULL, 'filename' => [], 'directory' => [0 => 'C:/wamp64V2/www/rest_mediatekdocuments'], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => 'rest_mediatekdocuments', 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => TRUE, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => [0 => 'C:\\Program Files\\NetBeans-21/.phpdoc/extensions'], 'log' => NULL], ...$stages = variadic(class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class League\Pipeline\Pipeline { private $stages = [...]; private $processor = class League\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } })) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:34 77.2364 62554624 12. phpDocumentor\Pipeline\Stage\TimedStageDecorator->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/FingersCrossedProcessor.php:11 77.2364 62556384 13. League\Pipeline\Pipeline->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Pipeline/Stage/TimedStageDecorator.php:40 77.2364 62556384 14. League\Pipeline\Pipeline->process($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:39 77.2364 62556384 15. League\Pipeline\FingersCrossedProcessor->process($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }, ...$stages = variadic(class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Cache\LoadProjectDescriptorFromCache { private readonly phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper $descriptorMapper = class phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Compile { private readonly League\Pipeline\Pipeline $compilerPipeline = class League\Pipeline\Pipeline { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Transform { private readonly phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Transformer\Template\Factory $templateFactory = class phpDocumentor\Transformer\Template\Factory { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } })) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/Pipeline.php:34 77.3271 62566400 16. phpDocumentor\Pipeline\Stage\TimedStageDecorator->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/league/pipeline/src/FingersCrossedProcessor.php:11 77.3271 62568160 17. phpDocumentor\Pipeline\Stage\Transform->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Pipeline/Stage/TimedStageDecorator.php:40 77.3341 62723040 18. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/index.html.twig'; private readonly string $artifact = 'index.html' }, 1 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, 2 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'sourcecode'; private readonly string $source = 'templates/default/source/file.source.txt.twig'; private readonly string $artifact = 'files/{{path}}.txt' }, 3 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.namespaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/namespace.html.twig'; private readonly string $artifact = '' }, 4 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.packages'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/package.html.twig'; private readonly string $artifact = '' }, 5 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, 6 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.enums'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/enum.html.twig'; private readonly string $artifact = '' }, 7 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.interfaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/interface.html.twig'; private readonly string $artifact = '' }, 8 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.traits'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/trait.html.twig'; private readonly string $artifact = '' }, 9 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/template.js.twig'; private readonly string $artifact = 'js/template.js' }, 10 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/search.js.twig'; private readonly string $artifact = 'js/search.js' }, 11 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/searchIndex.js.twig'; private readonly string $artifact = 'js/searchIndex.js' }, 12 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/graphs/class.html.twig'; private readonly string $artifact = 'graphs/classes.html' }, 13 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/errors.html.twig'; private readonly string $artifact = 'reports/errors.html' }, 14 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/deprecated.html.twig'; private readonly string $artifact = 'reports/deprecated.html' }, 15 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/markers.html.twig'; private readonly string $artifact = 'reports/markers.html' }, 16 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/indices/files.html.twig'; private readonly string $artifact = 'indices/files.html' }, 17 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/base.css.twig'; private readonly string $artifact = 'css/base.css' }, 18 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/normalize.css.twig'; private readonly string $artifact = 'css/normalize.css' }, 19 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/template.css.twig'; private readonly string $artifact = 'css/template.css' }, 20 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'RenderGuide'; private readonly string $source = ''; private readonly string $artifact = '' }, 21 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'Graph'; private readonly string $source = 'Class'; private readonly string $artifact = 'graphs/classes.svg' }]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Pipeline/Stage/Transform.php:94 77.3408 63116472 19. phpDocumentor\Transformer\Transformer->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/index.html.twig'; private readonly string $artifact = 'index.html' }, 1 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, 2 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'sourcecode'; private readonly string $source = 'templates/default/source/file.source.txt.twig'; private readonly string $artifact = 'files/{{path}}.txt' }, 3 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.namespaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/namespace.html.twig'; private readonly string $artifact = '' }, 4 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.packages'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/package.html.twig'; private readonly string $artifact = '' }, 5 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, 6 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.enums'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/enum.html.twig'; private readonly string $artifact = '' }, 7 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.interfaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/interface.html.twig'; private readonly string $artifact = '' }, 8 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.traits'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/trait.html.twig'; private readonly string $artifact = '' }, 9 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/template.js.twig'; private readonly string $artifact = 'js/template.js' }, 10 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/search.js.twig'; private readonly string $artifact = 'js/search.js' }, 11 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/js/searchIndex.js.twig'; private readonly string $artifact = 'js/searchIndex.js' }, 12 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/graphs/class.html.twig'; private readonly string $artifact = 'graphs/classes.html' }, 13 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/errors.html.twig'; private readonly string $artifact = 'reports/errors.html' }, 14 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/deprecated.html.twig'; private readonly string $artifact = 'reports/deprecated.html' }, 15 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/markers.html.twig'; private readonly string $artifact = 'reports/markers.html' }, 16 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/indices/files.html.twig'; private readonly string $artifact = 'indices/files.html' }, 17 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/base.css.twig'; private readonly string $artifact = 'css/base.css' }, 18 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/normalize.css.twig'; private readonly string $artifact = 'css/normalize.css' }, 19 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/template.css.twig'; private readonly string $artifact = 'css/template.css' }, 20 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'RenderGuide'; private readonly string $source = ''; private readonly string $artifact = '' }, 21 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = NULL; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'Graph'; private readonly string $source = 'Class'; private readonly string $artifact = 'graphs/classes.svg' }]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Transformer.php:124 84.4384 70553768 20. phpDocumentor\Transformer\Transformer->applyTransformation($transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Transformer.php:199 84.4384 70553864 21. phpDocumentor\Transformer\Writer\Twig->transform($transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Transformer.php:235 84.4435 70554128 22. phpDocumentor\Transformer\Writer\Twig->transformNodeCollection($nodes = class phpDocumentor\Descriptor\Collection { protected array $items = ['\AccessBDD' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Connexion' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Controle' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\MyAccessBDD' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Url' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\ComposerAutoloaderInit108be68e4e2b97fed51d36a10eed0849' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Composer\Autoload\ComposerStaticInit108be68e4e2b97fed51d36a10eed0849' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Composer\Autoload\ClassLoader' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Composer\InstalledVersions' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\GrahamCampbell\ResultType\Error' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\GrahamCampbell\ResultType\Result' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\GrahamCampbell\ResultType\Success' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\LazyOption' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\None' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\Option' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpOption\Some' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Attribute' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\PhpToken' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\UnhandledMatchError' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\ValueError' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Dotenv' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\InvalidEncodingException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\InvalidFileException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\InvalidPathException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Exception\ValidationException' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Loader\Loader' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Loader\Resolver' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Entry' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\EntryParser' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Lexer' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Lines' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Parser' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Parser\Value' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ApacheAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ArrayAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\EnvConstAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\GuardedWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ImmutableWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\MultiReader' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\MultiWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\PutenvAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ReplacingWriter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\Adapter\ServerConstAdapter' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\AdapterRepository' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Repository\RepositoryBuilder' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Store\FileStore' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Store\StoreBuilder' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Store\StringStore' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, '\Dotenv\Validator' => class phpDocumentor\Descriptor\ClassDescriptor { ... }] }, $transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $templatePath = '/class.html.twig', $extraParameters = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig.php:164 86.3244 70879832 23. phpDocumentor\Transformer\Writer\Twig->transformNode($node = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Dotenv\\Validator'; private $name = 'Validator' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Dotenv'; protected $namespace = '\\'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = 'fc1839cd6bc742c8d3115238c6d78aab'; protected string $path = 'vendor/vlucas/phpdotenv/src/Validator.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 12; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 209; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'default'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $templatePath = '/class.html.twig', $extraParameters = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig.php:212 86.3245 70881048 24. Twig\Environment->render($name = '/class.html.twig', $context = ['target_path' => 'classes/Dotenv-Validator.html']) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig.php:249 86.3246 70880984 25. Twig\TemplateWrapper->render($context = ['target_path' => 'classes/Dotenv-Validator.html']) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php:318 86.3246 70880984 26. Twig\Template->render($context = ['target_path' => 'classes/Dotenv-Validator.html'], []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/TemplateWrapper.php:45 86.3246 70897496 27. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html'], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:390 86.3246 70898192 28. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3246 70898192 29. __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3246 70898568 30. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:43 86.3246 70898568 31. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3246 70898568 32. __TwigTemplate_c99a58398e752cde960322b930d010e3->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3246 70898568 33. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:41 86.3246 70898944 34. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3246 70898944 35. __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3253 70901448 36. Twig\Template->displayBlock($name = 'content', $context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']], $useBlocks = ???, $templateContext = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:90 86.3253 70901448 37. __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e->block_content($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_content'], 'on_this_page' => [0 => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, 1 => 'block_on_this_page']]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:182 86.3302 70927144 38. twig_include($env = class Twig\Environment { private $charset = 'UTF-8'; private $loader = class Twig\Loader\ChainLoader { private $hasSourceCache = [...]; private $loaders = [...] }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\Cache\NullCache { }; private $lexer = class Twig\Lexer { private $isInitialized = TRUE; private $tokens = [...]; private $code = '
\n
\n #[{{ attribute.attribute | route(\'class:short\') }}]\n
\n {% for argument in attribute.arguments %}\n
\n {% if argument.name %}${{ argument.name }}: {% endif %}{{ argument.value }}\n
\n {% endfor %}\n
\n'; private $cursor = 378; private $lineno = 10; private $end = 378; private $state = 0; private $states = [...]; private $brackets = [...]; private $env = ...; private $source = class Twig\Source { ... }; private $options = [...]; private $regexes = [...]; private $position = 6; private $positions = [...]; private $currentVarBlockLine = 9 }; private $parser = class Twig\Parser { private $stack = [...]; private $stream = NULL; private $parent = NULL; private $handlers = [...]; private $visitors = [...]; private $expressionParser = class Twig\ExpressionParser { ... }; private $blocks = NULL; private $blockStack = NULL; private $macros = NULL; private $env = ...; private $importedSymbols = NULL; private $traits = NULL; private $embeddedTemplates = [...]; private $varNameSalt = 1 }; private $compiler = class Twig\Compiler { private $lastLine = 10; private $source = ' TRUE, 'usesPackages' => TRUE, 'node' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'destinationPath' => '/index.html', 'parameter' => [...], 'env' => NULL]; private $resolvedGlobals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL]; private $loadedTemplates = ['__TwigTemplate_396e5678d96894f7c09b2eb40333631a' => class __TwigTemplate_396e5678d96894f7c09b2eb40333631a { ... }, '__TwigTemplate_c99a58398e752cde960322b930d010e3' => class __TwigTemplate_c99a58398e752cde960322b930d010e3 { ... }, '__TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c' => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, '__TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e' => class __TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e { ... }, '__TwigTemplate_789e3bc732e01b1648be07882ccee31d' => class __TwigTemplate_789e3bc732e01b1648be07882ccee31d { ... }, '__TwigTemplate_6460f81e85f8b08ecfe0e779933035b4' => class __TwigTemplate_6460f81e85f8b08ecfe0e779933035b4 { ... }, '__TwigTemplate_0d9e556de3d070b03e03b96777d39476' => class __TwigTemplate_0d9e556de3d070b03e03b96777d39476 { ... }, '__TwigTemplate_5e817d7e198f530f127de833dffa5567' => class __TwigTemplate_5e817d7e198f530f127de833dffa5567 { ... }, '__TwigTemplate_b5a241d946165aeaa0acfe798d9fd999' => class __TwigTemplate_b5a241d946165aeaa0acfe798d9fd999 { ... }, '__TwigTemplate_a4520819624f288fcebe82872edbe9e0' => class __TwigTemplate_a4520819624f288fcebe82872edbe9e0 { ... }, '__TwigTemplate_d1de243e6dd3191b7d247fe7992493a4' => class __TwigTemplate_d1de243e6dd3191b7d247fe7992493a4 { ... }, '__TwigTemplate_516587958e7512f197738d528f06db54' => class __TwigTemplate_516587958e7512f197738d528f06db54 { ... }, '__TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4' => class __TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4 { ... }, '__TwigTemplate_7b685d6b6797edd9299a7544be98f88d' => class __TwigTemplate_7b685d6b6797edd9299a7544be98f88d { ... }, '__TwigTemplate_86077471a593ab2d3fbd0c845752774f' => class __TwigTemplate_86077471a593ab2d3fbd0c845752774f { ... }, '__TwigTemplate_55ad48707b224857087e107cde16dcb1' => class __TwigTemplate_55ad48707b224857087e107cde16dcb1 { ... }, '__TwigTemplate_2128f3eecc115f6ee553e4c568012e4f' => class __TwigTemplate_2128f3eecc115f6ee553e4c568012e4f { ... }, '__TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea' => class __TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea { ... }, '__TwigTemplate_e591746dbe08c084ac241ba4f5695bc7' => class __TwigTemplate_e591746dbe08c084ac241ba4f5695bc7 { ... }, '__TwigTemplate_3762f956e297b7a6a1ac986d531f9979' => class __TwigTemplate_3762f956e297b7a6a1ac986d531f9979 { ... }, '__TwigTemplate_f48b429361b4b67328600e42f4459a35' => class __TwigTemplate_f48b429361b4b67328600e42f4459a35 { ... }, '__TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307' => class __TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307 { ... }, '__TwigTemplate_4cdc080ac94d04e573cfc52edea23d50' => class __TwigTemplate_4cdc080ac94d04e573cfc52edea23d50 { ... }, '__TwigTemplate_133811c71a92fd7367ee0fbf07f88810' => class __TwigTemplate_133811c71a92fd7367ee0fbf07f88810 { ... }, '__TwigTemplate_bc4a5212d16db717759028a773b3a11a' => class __TwigTemplate_bc4a5212d16db717759028a773b3a11a { ... }, '__TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a' => class __TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a { ... }, '__TwigTemplate_884320470afa801eda2aa7d2606468b1' => class __TwigTemplate_884320470afa801eda2aa7d2606468b1 { ... }, '__TwigTemplate_3fddfdf865401adb925a52470b2a6615' => class __TwigTemplate_3fddfdf865401adb925a52470b2a6615 { ... }, '__TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5' => class __TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5 { ... }, '__TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9' => class __TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9 { ... }, '__TwigTemplate_0a404915afa6138bd9be023b197c6c20' => class __TwigTemplate_0a404915afa6138bd9be023b197c6c20 { ... }, '__TwigTemplate_3d149089e64e7410153f27d6d3416b10' => class __TwigTemplate_3d149089e64e7410153f27d6d3416b10 { ... }, '__TwigTemplate_ef30319fec9723cd5e412109660d8baa' => class __TwigTemplate_ef30319fec9723cd5e412109660d8baa { ... }, '__TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2' => class __TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2 { ... }, '__TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf' => class __TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf { ... }, '__TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea' => class __TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea { ... }, '__TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e' => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, '__TwigTemplate_cba700febafdcf6cec26478da4f413d8' => class __TwigTemplate_cba700febafdcf6cec26478da4f413d8 { ... }, '__TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c' => class __TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c { ... }, '__TwigTemplate_91406864c7afde29bff42ad3dd23ea47' => class __TwigTemplate_91406864c7afde29bff42ad3dd23ea47 { ... }, '__TwigTemplate_a013427ce712c9b46649e4ef0c4afb79' => class __TwigTemplate_a013427ce712c9b46649e4ef0c4afb79 { ... }, '__TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a' => class __TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a { ... }, '__TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a' => class __TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a { ... }, '__TwigTemplate_1377b545c6509656d20d851dc83290d0' => class __TwigTemplate_1377b545c6509656d20d851dc83290d0 { ... }, '__TwigTemplate_02b82081a0ac559ae06fda785a13e01b' => class __TwigTemplate_02b82081a0ac559ae06fda785a13e01b { ... }]; private $strictVariables = FALSE; private $templateClassPrefix = '__TwigTemplate_'; private $originalCache = FALSE; private $extensionSet = class Twig\ExtensionSet { private $extensions = [...]; private $initialized = TRUE; private $runtimeInitialized = TRUE; private $staging = class Twig\Extension\StagingExtension { ... }; private $parsers = [...]; private $visitors = [...]; private $filters = [...]; private $tests = [...]; private $functions = [...]; private $unaryOperators = [...]; private $binaryOperators = [...]; private $globals = [...]; private $functionCallbacks = [...]; private $filterCallbacks = [...]; private $lastModified = 1734729226 }; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = '["Twig\\\\Extension\\\\CoreExtension","Twig\\\\Extension\\\\EscaperExtension","Twig\\\\Extension\\\\OptimizerExtension","phpDocumentor\\\\Transformer\\\\Writer\\\\Twig\\\\Extension","phpDocumentor\\\\Guides\\\\Twig\\\\AssetsExtension","phpDocumentor\\\\Guides\\\\Graphs\\\\Twig\\\\UmlExtension","Twig\\\\Extension\\\\DebugExtension"]:8:2:2.16.1:1:\\Twig\\Template:0' }, $context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $template = 'components/methods.html.twig', $variables = ???, $withContext = ???, $ignoreMissing = ???, $sandboxed = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:78 86.3302 70927112 39. Twig\Template->render($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL]) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Extension/CoreExtension.php:1287 86.3302 70943624 40. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:390 86.3302 70943624 41. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3302 70943624 42. __TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.3341 70961360 43. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:69 86.3341 70961360 44. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.3341 70961360 45. __TwigTemplate_1377b545c6509656d20d851dc83290d0->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.5266 71241736 46. twig_include($env = class Twig\Environment { private $charset = 'UTF-8'; private $loader = class Twig\Loader\ChainLoader { private $hasSourceCache = [...]; private $loaders = [...] }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\Cache\NullCache { }; private $lexer = class Twig\Lexer { private $isInitialized = TRUE; private $tokens = [...]; private $code = '
\n
\n #[{{ attribute.attribute | route(\'class:short\') }}]\n
\n {% for argument in attribute.arguments %}\n
\n {% if argument.name %}${{ argument.name }}: {% endif %}{{ argument.value }}\n
\n {% endfor %}\n
\n'; private $cursor = 378; private $lineno = 10; private $end = 378; private $state = 0; private $states = [...]; private $brackets = [...]; private $env = ...; private $source = class Twig\Source { ... }; private $options = [...]; private $regexes = [...]; private $position = 6; private $positions = [...]; private $currentVarBlockLine = 9 }; private $parser = class Twig\Parser { private $stack = [...]; private $stream = NULL; private $parent = NULL; private $handlers = [...]; private $visitors = [...]; private $expressionParser = class Twig\ExpressionParser { ... }; private $blocks = NULL; private $blockStack = NULL; private $macros = NULL; private $env = ...; private $importedSymbols = NULL; private $traits = NULL; private $embeddedTemplates = [...]; private $varNameSalt = 1 }; private $compiler = class Twig\Compiler { private $lastLine = 10; private $source = ' TRUE, 'usesPackages' => TRUE, 'node' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'destinationPath' => '/index.html', 'parameter' => [...], 'env' => NULL]; private $resolvedGlobals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL]; private $loadedTemplates = ['__TwigTemplate_396e5678d96894f7c09b2eb40333631a' => class __TwigTemplate_396e5678d96894f7c09b2eb40333631a { ... }, '__TwigTemplate_c99a58398e752cde960322b930d010e3' => class __TwigTemplate_c99a58398e752cde960322b930d010e3 { ... }, '__TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c' => class __TwigTemplate_6b55ccb2cc8a65b8fdf6cc11a7cdf89c { ... }, '__TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e' => class __TwigTemplate_73a56a74c5d35ff7162fbbef67f3c31e { ... }, '__TwigTemplate_789e3bc732e01b1648be07882ccee31d' => class __TwigTemplate_789e3bc732e01b1648be07882ccee31d { ... }, '__TwigTemplate_6460f81e85f8b08ecfe0e779933035b4' => class __TwigTemplate_6460f81e85f8b08ecfe0e779933035b4 { ... }, '__TwigTemplate_0d9e556de3d070b03e03b96777d39476' => class __TwigTemplate_0d9e556de3d070b03e03b96777d39476 { ... }, '__TwigTemplate_5e817d7e198f530f127de833dffa5567' => class __TwigTemplate_5e817d7e198f530f127de833dffa5567 { ... }, '__TwigTemplate_b5a241d946165aeaa0acfe798d9fd999' => class __TwigTemplate_b5a241d946165aeaa0acfe798d9fd999 { ... }, '__TwigTemplate_a4520819624f288fcebe82872edbe9e0' => class __TwigTemplate_a4520819624f288fcebe82872edbe9e0 { ... }, '__TwigTemplate_d1de243e6dd3191b7d247fe7992493a4' => class __TwigTemplate_d1de243e6dd3191b7d247fe7992493a4 { ... }, '__TwigTemplate_516587958e7512f197738d528f06db54' => class __TwigTemplate_516587958e7512f197738d528f06db54 { ... }, '__TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4' => class __TwigTemplate_8b6b3afbdddf4524ec13cf847dc511b4 { ... }, '__TwigTemplate_7b685d6b6797edd9299a7544be98f88d' => class __TwigTemplate_7b685d6b6797edd9299a7544be98f88d { ... }, '__TwigTemplate_86077471a593ab2d3fbd0c845752774f' => class __TwigTemplate_86077471a593ab2d3fbd0c845752774f { ... }, '__TwigTemplate_55ad48707b224857087e107cde16dcb1' => class __TwigTemplate_55ad48707b224857087e107cde16dcb1 { ... }, '__TwigTemplate_2128f3eecc115f6ee553e4c568012e4f' => class __TwigTemplate_2128f3eecc115f6ee553e4c568012e4f { ... }, '__TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea' => class __TwigTemplate_26d9d45b015cc2d6ccc2c3ae4315eaea { ... }, '__TwigTemplate_e591746dbe08c084ac241ba4f5695bc7' => class __TwigTemplate_e591746dbe08c084ac241ba4f5695bc7 { ... }, '__TwigTemplate_3762f956e297b7a6a1ac986d531f9979' => class __TwigTemplate_3762f956e297b7a6a1ac986d531f9979 { ... }, '__TwigTemplate_f48b429361b4b67328600e42f4459a35' => class __TwigTemplate_f48b429361b4b67328600e42f4459a35 { ... }, '__TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307' => class __TwigTemplate_4fe0d4b871b662ba198f35cf7afb9307 { ... }, '__TwigTemplate_4cdc080ac94d04e573cfc52edea23d50' => class __TwigTemplate_4cdc080ac94d04e573cfc52edea23d50 { ... }, '__TwigTemplate_133811c71a92fd7367ee0fbf07f88810' => class __TwigTemplate_133811c71a92fd7367ee0fbf07f88810 { ... }, '__TwigTemplate_bc4a5212d16db717759028a773b3a11a' => class __TwigTemplate_bc4a5212d16db717759028a773b3a11a { ... }, '__TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a' => class __TwigTemplate_88c5654ee69d9aafcfdd99a25a52de0a { ... }, '__TwigTemplate_884320470afa801eda2aa7d2606468b1' => class __TwigTemplate_884320470afa801eda2aa7d2606468b1 { ... }, '__TwigTemplate_3fddfdf865401adb925a52470b2a6615' => class __TwigTemplate_3fddfdf865401adb925a52470b2a6615 { ... }, '__TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5' => class __TwigTemplate_51f1ae9c3c5a8381924df8a26a2b12c5 { ... }, '__TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9' => class __TwigTemplate_810334a374605f6fe1d6dfc2d0cb8ab9 { ... }, '__TwigTemplate_0a404915afa6138bd9be023b197c6c20' => class __TwigTemplate_0a404915afa6138bd9be023b197c6c20 { ... }, '__TwigTemplate_3d149089e64e7410153f27d6d3416b10' => class __TwigTemplate_3d149089e64e7410153f27d6d3416b10 { ... }, '__TwigTemplate_ef30319fec9723cd5e412109660d8baa' => class __TwigTemplate_ef30319fec9723cd5e412109660d8baa { ... }, '__TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2' => class __TwigTemplate_4f8c0a5db4103569db6bfd7e3dc14ef2 { ... }, '__TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf' => class __TwigTemplate_8dd9e9a08f1e9f3cfdcab841e590abdf { ... }, '__TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea' => class __TwigTemplate_62a2faa229ad55d2ecafbfc67d136eea { ... }, '__TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e' => class __TwigTemplate_47ed889dfa3d231752be88d8f3e1e94e { ... }, '__TwigTemplate_cba700febafdcf6cec26478da4f413d8' => class __TwigTemplate_cba700febafdcf6cec26478da4f413d8 { ... }, '__TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c' => class __TwigTemplate_9e660075fdfaafe2e06639f81f3ea86c { ... }, '__TwigTemplate_91406864c7afde29bff42ad3dd23ea47' => class __TwigTemplate_91406864c7afde29bff42ad3dd23ea47 { ... }, '__TwigTemplate_a013427ce712c9b46649e4ef0c4afb79' => class __TwigTemplate_a013427ce712c9b46649e4ef0c4afb79 { ... }, '__TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a' => class __TwigTemplate_1be6ac23f51a55dd8b68332a2a98819a { ... }, '__TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a' => class __TwigTemplate_76bf739d8ec9e54d767d7d23bf5f008a { ... }, '__TwigTemplate_1377b545c6509656d20d851dc83290d0' => class __TwigTemplate_1377b545c6509656d20d851dc83290d0 { ... }, '__TwigTemplate_02b82081a0ac559ae06fda785a13e01b' => class __TwigTemplate_02b82081a0ac559ae06fda785a13e01b { ... }]; private $strictVariables = FALSE; private $templateClassPrefix = '__TwigTemplate_'; private $originalCache = FALSE; private $extensionSet = class Twig\ExtensionSet { private $extensions = [...]; private $initialized = TRUE; private $runtimeInitialized = TRUE; private $staging = class Twig\Extension\StagingExtension { ... }; private $parsers = [...]; private $visitors = [...]; private $filters = [...]; private $tests = [...]; private $functions = [...]; private $unaryOperators = [...]; private $binaryOperators = [...]; private $globals = [...]; private $functionCallbacks = [...]; private $filterCallbacks = [...]; private $lastModified = 1734729226 }; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = '["Twig\\\\Extension\\\\CoreExtension","Twig\\\\Extension\\\\EscaperExtension","Twig\\\\Extension\\\\OptimizerExtension","phpDocumentor\\\\Transformer\\\\Writer\\\\Twig\\\\Extension","phpDocumentor\\\\Guides\\\\Twig\\\\AssetsExtension","phpDocumentor\\\\Guides\\\\Graphs\\\\Twig\\\\UmlExtension","Twig\\\\Extension\\\\DebugExtension"]:8:2:2.16.1:1:\\Twig\\Template:0' }, $context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Validator'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $template = 'components/method-arguments.html.twig', $variables = ['node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }], $withContext = ???, $ignoreMissing = ???, $sandboxed = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:114 86.5266 71242432 47. Twig\Template->render($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert']) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Extension/CoreExtension.php:1287 86.5266 71258944 48. Twig\Template->display($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = ???) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:390 86.5266 71258944 49. Twig\Template->displayWithErrorHandling($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:378 86.5266 71258944 50. __TwigTemplate_bc4a5212d16db717759028a773b3a11a->doDisplay($context = ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'rest_mediatekdocuments'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, 'methods' => class ArrayIterator { private $storage = [...] }, '_parent' => ['target_path' => 'classes/Dotenv-Validator.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/classes/Dotenv-Validator.html', 'parameter' => [...], 'env' => NULL, 'methods' => class ArrayIterator { ... }], '_seq' => class ArrayIterator { private $storage = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE, 'revindex0' => 5, 'revindex' => 6, 'length' => 9, 'last' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'assert'; protected $namespace = '\\Dotenv'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Assert that the callback returns true for each variable.'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\ElementInterface $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected bool $static = FALSE; private ?phpDocumentor\Reflection\Type $returnType = class phpDocumentor\Reflection\Types\Mixed_ { ... }; private bool $hasReturnByReference = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected string $visibility = 'public'; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => 'assert'], $blocks = []) phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Template.php:405 86.5267 71260616 51. phpDocumentor\Transformer\Writer\Twig\Extension->phpDocumentor\Transformer\Writer\Twig\{closure:phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/Extension.php:377-380}($value = class phpDocumentor\Reflection\Types\Callable_ { private $returnType = class phpDocumentor\Reflection\Types\Boolean { }; private $parameters = [0 => class phpDocumentor\Reflection\Types\CallableParameter { ... }] }, $presentation = 'class:short') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/vendor/twig/twig/src/Environment.php(418) : eval()'d code:67 86.5267 71260616 52. phpDocumentor\Transformer\Writer\Twig\LinkRenderer->render($value = class phpDocumentor\Reflection\Types\Callable_ { private $returnType = class phpDocumentor\Reflection\Types\Boolean { }; private $parameters = [0 => class phpDocumentor\Reflection\Types\CallableParameter { ... }] }, $presentation = 'class:short') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/Extension.php:380 86.5267 71260616 53. phpDocumentor\Transformer\Writer\Twig\LinkRenderer\CallableAdapter->render($value = class phpDocumentor\Reflection\Types\Callable_ { private $returnType = class phpDocumentor\Reflection\Types\Boolean { }; private $parameters = [0 => class phpDocumentor\Reflection\Types\CallableParameter { ... }] }, $presentation = 'class:short') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer.php:137 86.5268 71260832 54. sprintf($format = '%s%s%s%s%s', $values = [0 => 'string', 1 => 'null'], '', '', '', '') phar://C:/wamp64V2/bin/php/php8.2.13/ext/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php:64 callable(Array): bool
$message : string
Tags
throws
ValidationException
Return values
Validator

assertNullable()

Assert that the callback returns true for each variable.

public assertNullable(callable(string): bool $callback, string $message) : Validator

Skip checking null variable values.

Parameters
$callback : callable(string): bool
$message : string
Tags
throws
ValidationException
Return values
Validator

        
On this page

Search results