Skip to content

Commit

Permalink
Update compatibility patch
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jul 8, 2022
1 parent 4175d80 commit b988737
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/php73-compatibility.patch
Expand Up @@ -23,10 +23,14 @@ index 1d5a7d3..fae9e70 100644


diff --git a/tests/fixed/TrailingCommaOnFunctions.php b/tests/fixed/TrailingCommaOnFunctions.php
index f3ffa91..510fbd1 100644
index f3ffa91..67173b3 100644
--- a/tests/fixed/TrailingCommaOnFunctions.php
+++ b/tests/fixed/TrailingCommaOnFunctions.php
@@ -40,5 +40,5 @@ $class = new TrailingCommaOnFunctions();
@@ -37,8 +37,9 @@ class TrailingCommaOnFunctions

$class = new TrailingCommaOnFunctions();

+// phpcs:ignore Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma
$class->a(1);

$class->a(
Expand Down

0 comments on commit b988737

Please sign in to comment.