Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Sep 12, 2024
1 parent d55f966 commit 4fdbf0b
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -40,41 +40,6 @@ parameters:
count: 1
path: Neos.Neos/Classes/Controller/Backend/MenuHelper.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\ContentSubgraphWithRuntimeCaches\\:\\:findSubtree\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\InMemoryCache\\:\\:getAllChildNodesByNodeIdCache\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\InMemoryCache\\:\\:getNamedChildNodeByNodeIdCache\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\InMemoryCache\\:\\:getParentNodeIdByChildNodeIdCache\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\InMemoryCache\\\\AllChildNodesByNodeIdCache\\:\\:add\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\InMemoryCache\\\\NamedChildNodeByNodeIdCache\\:\\:add\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^The internal method \"Neos\\\\ContentRepository\\\\Core\\\\Projection\\\\ContentGraph\\\\ContentGraphWithRuntimeCaches\\\\InMemoryCache\\\\ParentNodeIdByChildNodeIdCache\\:\\:add\" is called\\.$#"
count: 1
path: Neos.Neos/Classes/Controller/Frontend/NodeController.php

-
message: "#^Cannot call method getName\\(\\) on Neos\\\\Neos\\\\Domain\\\\Model\\\\User\\|null\\.$#"
count: 2
Expand Down

0 comments on commit 4fdbf0b

Please sign in to comment.