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

cweagans / composer-patches / 7925054463

14 Feb 2024 03:42AM UTC coverage: 89.508% (+0.8%) from 88.679%
7925054463

push

github

web-flow
Merge pull request #547 from cweagans/dependency-patches

Dependency patch resolution

546 of 610 relevant lines covered (89.51%)

6.02 hits per line

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

100.0
/src/Capability/Patcher/PatcherProvider.php
1
<?php
2

3
namespace cweagans\Composer\Capability\Patcher;
4

5
use cweagans\Composer\Patcher\PatcherInterface;
6

7
/**
8
 * Patcher provider interface.
9
 *
10
 * This capability will receive an array with 'composer' and 'io' keys as
11
 * constructor arguments. It also contains a 'plugin' key containing the
12
 * plugin instance that declared the capability.
13
 */
14
interface PatcherProvider
15
{
16
    /**
17
     * Retrieves an array of Patchers.
18
     *
19
     * @return PatcherInterface[]
20
     */
21
    public function getPatchers(): array;
22
}
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