• 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/AuthControllerAwareInterface.php
1
<?php
2

3
namespace MRussell\REST\Client;
4

5
use MRussell\REST\Auth\AuthControllerInterface;
6

7
interface AuthControllerAwareInterface
8
{
9
    /**
10
     * Set the Auth Controller that handles Auth for the API
11
     * @return $this
12
     */
13
    public function setAuth(AuthControllerInterface $Auth): static;
14

15

16
    public function getAuth(): AuthControllerInterface;
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