Gerald R.

Results 68 comments of Gerald R.

@extcode The violation that is marked in the coding guideline is fixed in #477. Best to merge that first, afterwards I will rebase this commit.

@extcode I need to add a changelog as well but I want to wait until you gave some feedback ;)

I can confirm this error in TYPO3 v13 with EXT:content_defender v3.5.2 when working in workspace with `maxitems`.

For another topic I had a look at EXT:tea and EXT:blog_example (both being best practice examples) but none of them uses small case for the `Build` folder. https://github.com/TYPO3-Documentation/blog_example/tree/main/Build https://github.com/FriendsOfTYPO3/tea/tree/main/Build So...

So this is solved and can be closed!? :)

@dontWatchMeCode maybe I missed something so therefore: Why did you add a `@` before the `$this`?

Interesting. Thanks for the input. It's not me to decide whether to go this way but: I cannot reproduce this error at all.

Wait... I really need to setup a extra TYPO3 for the EXT:cart stuff...

I can imagine that @extcode prefers something like ```php $pageId = isset($this->request->getQueryParams()['id']) ? (int)$this->request->getQueryParams()['id'] : 1; ``` to not block warning that we are not expecting at the moment.

Yes, I meant with "wait..." that I had a wrong configuration. Now I can reproduce the error. But it's solved with the code snippet that I wrote above.