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

cweagans / composer-patches / 11875206604

13 Nov 2024 01:22AM UTC coverage: 89.508%. Remained the same
11875206604

push

github

web-flow
Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.0 (#602)

Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.10.3 to 3.11.0.
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.3...3.11.0)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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