Skip to content

Commit

Permalink
Mark payloads as internal and final
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubinix committed Mar 7, 2024
1 parent 9d85f0f commit 3d59933
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Payload/ArtifactPackageConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

namespace PrivatePackagist\ApiClient\Payload;

/**
* @internal
* @final
*/
class ArtifactPackageConfig
{
/** @var int[] */
Expand Down
4 changes: 4 additions & 0 deletions src/Payload/CustomPackageConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

namespace PrivatePackagist\ApiClient\Payload;

/**
* @internal
* @final
*/
class CustomPackageConfig
{
/** @var string */
Expand Down
4 changes: 4 additions & 0 deletions src/Payload/VcsPackageConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

namespace PrivatePackagist\ApiClient\Payload;

/**
* @internal
* @final
*/
class VcsPackageConfig
{
/** @var string */
Expand Down

0 comments on commit 3d59933

Please sign in to comment.