Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 11, 2024
1 parent b7bfad5 commit cfd6355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/Generator/Client/resource/php_test/TestMapObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
namespace Sdkgen\Client\Tests\Generated;

/**
* @extends \ArrayObject<string, TestObject>
* @extends \PSX\Record\Record<TestObject>
*/
class TestMapObject extends \ArrayObject
class TestMapObject extends \PSX\Record\Record
{
}
4 changes: 2 additions & 2 deletions tests/Generator/Client/resource/php_test/TestMapScalar.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
namespace Sdkgen\Client\Tests\Generated;

/**
* @extends \ArrayObject<string, string>
* @extends \PSX\Record\Record<string>
*/
class TestMapScalar extends \ArrayObject
class TestMapScalar extends \PSX\Record\Record
{
}

0 comments on commit cfd6355

Please sign in to comment.