Skip to content

Commit

Permalink
Prepare 0.15.1 release
Browse files Browse the repository at this point in the history
Fixes annoying false positives when using `isset` on properties. There's
no need to upgrade to this version everywhere, but we can upgrade
repositories that are currently failing due to said false positives.

Bug: T382208
Change-Id: I968b21a29d600931d364f3e77b9313d5839ff4c2
  • Loading branch information
Daimona committed Jan 9, 2025
1 parent 84e9739 commit fa343ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MediaWiki-Phan-Config release history #

## 0.15.1 / 2025-01-09
* Fixed a bug where doc-only properties were not considered as possibly undefined.
* Fixed a bug in PHP >= 8 where redundant issets would never be reported for properties of classes with the AllowDynamicProperties attribute.

## 0.15.0 / 2024-12-09
* Rename NoEmptyIfDefinedPlugin to RedundantExistenceChecksPlugin (Daimona Eaytoy)
* Add `isset()` checks to RedundantExistenceChecksPlugin (Daimona Eaytoy)
Expand Down

0 comments on commit fa343ed

Please sign in to comment.