| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | final class Issue extends AbstractElement |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param string $issue Identifies received application, issue or document |
||
| 16 | * that was the cause of the service request. This |
||
| 17 | * field may be used by the client information system |
||
| 18 | * to connect service requests (and responses) to |
||
| 19 | * working procedures. |
||
| 20 | */ |
||
| 21 | public function __construct(string $issue) |
||
| 28 |