Skip to content

Commit

Permalink
Add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 18, 2024
1 parent 6ee9a75 commit 37c82e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/src/SAML11/XML/saml/AttributeStatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static function setUpBeforeClass(): void
'',
'',
"\n",
''
'',
],
PEMCertificatesMock::getPlainCertificate(PEMCertificatesMock::SELFSIGNED_CERTIFICATE),
);
Expand Down
2 changes: 1 addition & 1 deletion tests/src/SAML11/XML/saml/AuthenticationStatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static function setUpBeforeClass(): void
'',
'',
"\n",
''
'',
],
PEMCertificatesMock::getPlainCertificate(PEMCertificatesMock::SELFSIGNED_CERTIFICATE),
);
Expand Down
2 changes: 1 addition & 1 deletion tests/src/SAML11/XML/saml/SubjectConfirmationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function setUpBeforeClass(): void
'',
'',
"\n",
''
'',
],
PEMCertificatesMock::getPlainCertificate(PEMCertificatesMock::SELFSIGNED_CERTIFICATE),
);
Expand Down
2 changes: 1 addition & 1 deletion tests/src/SAML11/XML/saml/SubjectStatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function setUpBeforeClass(): void
'',
'',
"\n",
''
'',
],
PEMCertificatesMock::getPlainCertificate(PEMCertificatesMock::SELFSIGNED_CERTIFICATE),
);
Expand Down
2 changes: 1 addition & 1 deletion tests/src/SAML11/XML/saml/SubjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function setUpBeforeClass(): void
'',
'',
"\n",
''
'',
],
PEMCertificatesMock::getPlainCertificate(PEMCertificatesMock::SELFSIGNED_CERTIFICATE),
);
Expand Down

0 comments on commit 37c82e5

Please sign in to comment.