Skip to content
#

compatibility

Here are 213 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

antoniogamizbadger
antoniogamizbadger commented Oct 31, 2021

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Fastify version

3.22.1

Plugin version

No response

Node.js version

14.17.3

Operating system

macOS

Operating system version (i.e. 20.04, 11.3, 10)

11.5.2

Description

I'm trying to setup a HTTP2 server but the co

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