Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.16 KB

File metadata and controls

77 lines (45 loc) · 2.16 KB

Changelog

All notable changes to this package are documented here.

Versions track the upstream plugin. A release of this package stubs the matching upstream release, so you can require the same version you run against. That is also why the entries below are mostly "regenerated against X" — the stubs have no behaviour of their own to change.

The format is based on Keep a Changelog.

[Unreleased]

Added

  • tests/StubsTest.php and phpunit.xml.dist, so composer test runs. It asserts every generated stub file parses and actually declares something — the two ways a regeneration fails silently.
  • phpcs.xml.dist, so composer cs and composer cs-fix have a ruleset. Generated .stub files and source/ are excluded; only the PHP written by hand here is checked.
  • CI on push and pull request across PHP 7.4 and 8.3, running cs, analyze and test.
  • This changelog.

Fixed

  • composer test, composer cs and composer check all failed: phpunit had no configuration and phpcs had no ruleset.
  • composer analyze reported errors that are inherent to stubs. The generated files were in PHPStan's paths, which asks it to check the bodies of declarations that are empty by definition. They are scanFiles now — the symbols become known without any claim about bodies a stub cannot have — and paths covers the hand-written PHP instead.

[2.13.4] - 2026-08-16

Regenerated against upstream 2.13.4.

[2.13.2-rc.1] - 2026-05-27

Regenerated against upstream 2.13.2-rc.1.

[2.13.1] - 2026-05-27

Regenerated against upstream 2.13.1.

[2.13.0] - 2026-05-27

Regenerated against upstream 2.13.0.

[2.12.2] - 2026-05-27

Regenerated against upstream 2.12.2.

[2.12.1] - 2026-05-27

Regenerated against upstream 2.12.1.

[2.12.0] - 2026-05-27

Regenerated against upstream 2.12.0.

[2.11.0] - 2025-02-16

Regenerated against upstream 2.11.0.

[2.10.0] - 2025-02-16

Regenerated against upstream 2.10.0.

[2.10.1] - 2024-12-23

Regenerated against upstream 2.10.1.

[2.9.0] - 2024-12-23

Regenerated against upstream 2.9.0.

[2.8.1] - 2024-12-23

Regenerated against upstream 2.8.1.