-
Updated
Jun 4, 2022 - PHP
php-codesniffer
Here are 98 public repositories matching this topic...
-
Updated
Jun 3, 2022 - Makefile
-
Updated
Jun 30, 2021 - Python
-
Updated
Mar 21, 2021 - PHP
-
Updated
Jun 23, 2021 - PHP
-
Updated
Jun 2, 2022 - PHP
-
Updated
Jun 1, 2022 - PHP
-
Updated
Jul 18, 2021 - PHP
-
Updated
Dec 7, 2017 - PHP
-
Updated
Jun 1, 2022 - PHP
What problem would the enhancement address for VIP?
The PDO_MYSQL module is not enabled on VIP. Plugins reliant on PDO like MailPoet are therefore currently not compatible with VIP.
Describe the solution you'd like
An error should be thrown on an attempt to create a PDO connection.
What code should be reported as a violation?
$db = new PDO();
What code should not be
-
Updated
Jun 25, 2020 - Shell
-
Updated
Nov 30, 2021 - Dockerfile
-
Updated
Mar 19, 2022 - PHP
-
Updated
Jun 2, 2022 - PHP
Issue Overview
When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a <p>pending</p> response.
That response then gets cached, and will return the <p>pending</p> response until it expires.
Suffixing a ?1 to the URL to bypass the URL caching then results in being able to access it.
Steps to R
-
Updated
Mar 24, 2022 - PHP
-
Updated
Sep 14, 2021 - PHP
-
Updated
Jun 14, 2020 - Shell
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Feb 3, 2022 - PHP
-
Updated
Mar 2, 2022 - PHP
-
Updated
Feb 4, 2022
-
Updated
Jun 1, 2022 - PHP
-
Updated
Jan 16, 2020 - Dockerfile
-
Updated
Nov 2, 2021 - Dockerfile
-
Updated
Mar 1, 2022 - PHP
Improve this page
Add a description, image, and links to the php-codesniffer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the php-codesniffer topic, visit your repo's landing page and select "manage topics."
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