Skip to content

Commit

Permalink
Update EnvelopeTag.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepperoni1337 authored Aug 7, 2023
1 parent b3f75c7 commit e664997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resource/EnvelopeTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ class EnvelopeTag extends BaseResource
public string $assignment;

public bool $renderInteractive;

public ?DateTime $approvedAt = unll;

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-lowest)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-lowest)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-stable)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-stable)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-lowest)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-lowest)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-stable)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-stable)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

Constant unll not found.

Check failure on line 62 in src/Resource/EnvelopeTag.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

Property DigitalCz\DigiSign\Resource\EnvelopeTag::$approvedAt has unknown class DigitalCz\DigiSign\Resource\DateTime as its type.
}

0 comments on commit e664997

Please sign in to comment.