Skip to content

Commit

Permalink
fix: run the updated rector
Browse files Browse the repository at this point in the history
refs #0 @0m
  • Loading branch information
Naugrimm committed Jun 18, 2024
1 parent d8d9ade commit d63a664
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Nodes/BuyerIdRef.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class BuyerIdRef implements NodeInterface
{
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/BuyerPid.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
#[Serializer\XmlRoot('BUYER_PID')]
class BuyerPid implements NodeInterface
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/Contact/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class Role implements NodeInterface
{
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/Crypto/PublicKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class PublicKey implements NodeInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/Nodes/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/**
* @implements NodeInterface<self>
* @method self setValue(string $value)
* @method string getValue()
*/
class Email implements NodeInterface
{
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/Fax.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class Fax implements NodeInterface
{
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/InternationalPid.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class InternationalPid implements NodeInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/Nodes/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* @implements NodeInterface<self>
* @method self setValue(string $value)
* @method string getValue()
* @method self setType(bool|null $type)
* @method bool|null getType()
*/
Expand Down
2 changes: 2 additions & 0 deletions src/Nodes/Logistic/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* @implements NodeInterface<Country>
* @method self setValue(string $value)
* @method string getValue()
*/
class Country implements NodeInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/Nodes/Logistic/MeansOfTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setId(string|null $id)
* @method string|null getId()
* @method self setName(string|null $name)
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/Phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class Phone implements NodeInterface
{
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/SupplierIdRef.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class SupplierIdRef implements NodeInterface
{
Expand Down
4 changes: 4 additions & 0 deletions src/Nodes/SupplierPid.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/**
* @implements NodeInterface<self>
* @method self setType(string $type)
* @method string getType()
* @method self setValue(string $value)
* @method string getValue()
*/
class SupplierPid implements Contracts\NodeInterface
{
Expand Down

0 comments on commit d63a664

Please sign in to comment.