Skip to content

Commit

Permalink
Update XmlSitemapUrlsImplementation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz authored Dec 11, 2024
1 parent 1ed584f commit 10bf80c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Classes/Fusion/XmlSitemapUrlsImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
use Neos\Fusion\FusionObjects\AbstractFusionObject;
use Neos\Media\Domain\Model\ImageInterface;

/**
* @phpstan-type SitemapUrlItem array{
* node: Node,
* lastModificationDateTime: \DateTimeImmutable,
* priority: string,
* images: array<string, ImageInterface>,
* changeFrequency?: true
* }
*/
class XmlSitemapUrlsImplementation extends AbstractFusionObject
{
#[Flow\Inject]
Expand All @@ -43,9 +34,6 @@ class XmlSitemapUrlsImplementation extends AbstractFusionObject
#[Flow\Inject(lazy: true)]
protected PersistenceManager $persistenceManager;

/**
* @var array<string, list<string>>
*/
protected array $assetPropertiesByNodeType = [];

Check failure on line 37 in Classes/Fusion/XmlSitemapUrlsImplementation.php

View workflow job for this annotation

GitHub Actions / build (8.2, 9.0)

Property Neos\Seo\Fusion\XmlSitemapUrlsImplementation::$assetPropertiesByNodeType type has no value type specified in iterable type array.

Check failure on line 37 in Classes/Fusion/XmlSitemapUrlsImplementation.php

View workflow job for this annotation

GitHub Actions / build (8.3, 9.0)

Property Neos\Seo\Fusion\XmlSitemapUrlsImplementation::$assetPropertiesByNodeType type has no value type specified in iterable type array.

protected ?bool $renderHiddenInMenu = null;
Expand Down

0 comments on commit 10bf80c

Please sign in to comment.