Skip to content

Commit

Permalink
Matrix build / TEMP - shouldn't be needed on PHPCS 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 30, 2024
1 parent ccaaba0 commit 9406f72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/BuildRequirementsCheckMatrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2024 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
*
* @phpcs:disable Squiz.Commenting.ClosingDeclarationComment.Missing
* @phpcs:disable Squiz.WhiteSpace.FunctionClosingBraceSpace.SpacingBeforeClose
* @phpcs:disable Squiz.WhiteSpace.FunctionSpacing.After
* @phpcs:disable Squiz.WhiteSpace.FunctionSpacing.AfterLast
* @phpcs:disable Squiz.WhiteSpace.FunctionSpacing.Before
*/

error_reporting(E_ALL);
Expand Down

0 comments on commit 9406f72

Please sign in to comment.