• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wol-soft / php-json-schema-model-generator-production / 23927403224

02 Apr 2026 11:53PM UTC coverage: 20.075% (-0.3%) from 20.381%
23927403224

push

github

wol-soft
Add basic attributes

0 of 8 new or added lines in 4 files covered. (0.0%)

107 of 533 relevant lines covered (20.08%)

0.58 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Attributes/ReadOnlyProperty.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace PHPModelGenerator\Attributes;
6

7
use Attribute;
8

9
/**
10
 * Marks a generated property as readOnly in the JSON Schema
11
 */
12
#[Attribute(Attribute::TARGET_PROPERTY)]
13
readonly class ReadOnlyProperty
14
{
NEW
15
    public function __construct()
×
NEW
16
    {}
×
17
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc