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

stripe / stripe-php / 8381633565

21 Mar 2024 08:55PM UTC coverage: 67.528% (-0.2%) from 67.759%
8381633565

push

github

web-flow
Update generated code (#1664)

* Update generated code for v881

* Update generated code for v884

* Update generated code for v888

* Update generated code for v889

* Update generated code for v891

* Update generated code for v894

* Update generated code for v895

* Update generated code for v896

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>

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

2377 of 3520 relevant lines covered (67.53%)

3.35 hits per line

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

0.0
/lib/Service/Forwarding/ForwardingServiceFactory.php
1
<?php
2

3
// File generated from our OpenAPI spec
4

5
namespace Stripe\Service\Forwarding;
6

7
/**
8
 * Service factory class for API resources in the Forwarding namespace.
9
 *
10
 * @property RequestService $requests
11
 */
12
class ForwardingServiceFactory extends \Stripe\Service\AbstractServiceFactory
13
{
14
    /**
15
     * @var array<string, string>
16
     */
17
    private static $classMap = [
18
        'requests' => RequestService::class,
19
    ];
20

NEW
21
    protected function getServiceClass($name)
×
22
    {
NEW
23
        return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null;
×
24
    }
25
}
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