Skip to content
#

compatibility

Here are 232 public repositories matching this topic...

jrfnl
jrfnl commented Apr 13, 2021

Project description

Behind the scenes, a side-project has started to create a (GitHub Pages) website for this project with helpful information about the things PHPCompatibility detects and how to fix them.

@afilina has done amazing work creating a documentation generation engine which will create a page with the basic information about each sniff from the docblocks in the sniff code itsel

metlos
metlos commented Sep 14, 2021

When a non-final method increases visibility, it will break any overriding methods in subclasses that use the original visibility (e.g. making a protected method public will break protected overrides in subclasses). Revapi currently doesn't capture that as a special case and instead uses java.method.visibilityIncreased for everything.

This is surely a potential source incompatibility. Not sur

Improve this page

Add a description, image, and links to the compatibility topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compatibility topic, visit your repo's landing page and select "manage topics."

Learn more