Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
AccessLogSetting | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | declare(strict_types=1); |
4 | |
5 | namespace PeServer\App\Models\Configuration; |
6 | |
7 | use PeServer\Core\Serialization\Mapping; |
8 | /** |
9 | * アドレス設定。 |
10 | * |
11 | * @immutable |
12 | */ |
13 | class AccessLogSetting |
14 | { |
15 | public string $directory; |
16 | } |