File manager - Edit - /home/ferretapmx/public_html/plugins/system/helixultimate/vendor/scssphp/scssphp/src/SourceMap/TargetEntry.php
Back
<?php /** * SCSSPHP * * @copyright 2018-2020 Anthon Pang * * @license http://opensource.org/licenses/MIT MIT * * @link http://scssphp.github.io/scssphp */ namespace ScssPhp\ScssPhp\SourceMap; /** * A target segment entry read from a source map * * @internal */ final class TargetEntry { public function __construct( public readonly int $column, public readonly ?int $sourceUrlId = null, public readonly ?int $sourceLine = null, public readonly ?int $sourceColumn = null, ) { } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings