Skip to content

Commit

Permalink
build(deps): bump rize/uri-template from 0.3.6 to 0.3.7 (#625)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean Molenaar <[email protected]>
  • Loading branch information
dependabot[bot] and SMillerDev authored Aug 30, 2024
1 parent c95725b commit 67f88e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/PHPDraft/Model/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace PHPDraft\Model;

use PHPDraft\Model\Elements\BasicStructureElement;
use PHPDraft\Model\Elements\ObjectStructureElement;

/**
Expand All @@ -22,7 +23,7 @@ class Category extends HierarchyElement
/**
* API Structure element.
*
* @var ObjectStructureElement[]
* @var BasicStructureElement[]
*/
public array $structures = [];

Expand Down
4 changes: 2 additions & 2 deletions src/PHPDraft/Out/BaseTemplateRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

use Lukasoppermann\Httpstatus\Httpstatus;
use PHPDraft\Model\Category;
use PHPDraft\Model\Elements\ObjectStructureElement;
use PHPDraft\Model\Elements\BasicStructureElement;

abstract class BaseTemplateRenderer
{
Expand Down Expand Up @@ -63,7 +63,7 @@ abstract class BaseTemplateRenderer
/**
* Structures used in all data.
*
* @var ObjectStructureElement[]
* @var BasicStructureElement[]
*/
protected array $base_structures = [];
}

0 comments on commit 67f88e1

Please sign in to comment.