File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/nette/neon/src/Neon/Node/BlockArrayNode.php
Back
<?php /** * This file is part of the Nette Framework (https://nette.org) * Copyright (c) 2004 David Grudl (https://davidgrudl.com) */ declare (strict_types=1); namespace RectorPrefix202208\Nette\Neon\Node; /** @internal */ final class BlockArrayNode extends ArrayNode { /** @var string */ public $indentation; public function __construct(string $indentation = '') { $this->indentation = $indentation; } public function toString() : string { if (\count($this->items) === 0) { return '[]'; } $res = ArrayItemNode::itemsToBlockString($this->items); return \preg_replace('#^(?=.)#m', $this->indentation, $res); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings