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

MichaelJ2324 / PHP-REST-Client / 15164546007

21 May 2025 02:13PM UTC coverage: 98.369%. Remained the same
15164546007

push

github

web-flow
Merge pull request #20 from MichaelJ2324/3.x

v3.0.7

0 of 2 new or added lines in 1 file covered. (0.0%)

1146 of 1165 relevant lines covered (98.37%)

1.56 hits per line

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

100.0
/src/Client/ClientAwareInterface.php
1
<?php
2

3
namespace MRussell\REST\Client;
4

5
interface ClientAwareInterface
6
{
7
    public function getClient(): ClientInterface;
8

9
    /**
10
     * @return $this
11
     */
12
    public function setClient(ClientInterface $client): static;
13
}
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