PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
opcodesio
/
log-viewer
/
src
/
Editing: LevelCount.php
<?php namespace Opcodes\LogViewer; use Opcodes\LogViewer\LogLevels\LevelInterface; class LevelCount { public function __construct( public LevelInterface $level, public int $count = 0, public bool $selected = false, ) { } }
SAVE
CANCEL