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

Yoast / PHPUnit-Polyfills / 6324833933

27 Sep 2023 10:41AM UTC coverage: 97.814%. First build
6324833933

push

github

jrfnl
Composer: add script descriptions

These descriptions will be used when a list of the available scripts is requested on the command-line using the `composer list` or `composer run -l` commands.

These descriptions also help document the different scripts for the maintainers of the `composer.json` file.

Ref: https://getcomposer.org/doc/articles/scripts.md#custom-descriptions-

537 of 549 relevant lines covered (97.81%)

70.89 hits per line

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

100.0
/src/Exceptions/TypeError.php
1
<?php
2

3
/**
4
 * Polyfill the PHP 7.0+ native TypeError class.
5
 *
6
 * @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
7
 */
8
class TypeError extends Error {}
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