Skip to content

Commit

Permalink
Fix @Package tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 31, 2025
1 parent f903898 commit cff5d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/SAML11/Type/DateTimeValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Class \SimpleSAML\Test\SAML11\Type\DateTimeValueTest
*
* @package simplesamlphp/xml-common
* @package simplesamlphp/saml11
*/
#[CoversClass(DateTimeValue::class)]
final class DateTimeValueTest extends TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/src/SAML11/Type/StringValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Class \SimpleSAML\Test\SAML11\Type\StringValueValueTest
*
* @package simplesamlphp/xml-common
* @package simplesamlphp/saml11
*/
#[CoversClass(StringValue::class)]
final class StringValueTest extends TestCase
Expand Down

0 comments on commit cff5d05

Please sign in to comment.