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

h4kuna / ares / 22608493803

22 Feb 2026 12:32PM UTC coverage: 84.701% (-4.8%) from 89.497%
22608493803

push

github

web-flow
Merge pull request #51 from h4kuna/php-coding-standard

Add coding standards

38 of 47 new or added lines in 16 files covered. (80.85%)

19 existing lines in 5 files now uncovered.

382 of 451 relevant lines covered (84.7%)

0.85 hits per line

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

0.0
/src/aliases.php
1
<?php declare(strict_types = 1);
2

3
use h4kuna\Ares\Exception\IdentificationNumberNotFoundException;
4
use h4kuna\Ares\Exception\ResultException;
5
use h4kuna\Ares\Exception\ServerResponseException;
6

NEW
7
class_alias(IdentificationNumberNotFoundException::class, 'h4kuna\Ares\Exceptions\IdentificationNumberNotFoundException');
×
NEW
8
class_alias(ResultException::class, 'h4kuna\Ares\Exceptions\ResultException');
×
NEW
9
class_alias(ServerResponseException::class, 'h4kuna\Ares\Exceptions\ServerResponseException');
×
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