Mathias Brodala

Results 155 comments of Mathias Brodala

I'd say yes since there is no rule that a namespace must use `UpperCamelCase`, see for example mikey179/vfsStream which uses `org\bovigo\vfs`.

To be honest I think this is out of scope for Fluid. Constructing data should be done before assigning it to the view. And the suggested behavior of modifying existing...

@NamelessCoder Sure thing, please keep me posted.

Thanks for the report and fix. Would you be able to add a functional test case for this? You can have a look at the [existing tests](https://github.com/TYPO3/Fluid/blob/2d2d5db7268f57b9f8e83e0d3c474f7603b54cab/tests/Functional/ExamplesTest.php).

Of course not. I'll have a look at this.

@NamelessCoder I've added a test for this now which looks basically correct but still fails. Can you have a look?

OK, then maybe `$content === null || $content === ''`.

I did notice and I think this should be done as a separate change to give it the spotlight it deserves. ;-)

With separate change I mean separate PR with exactly the same code as here, not some kind of different syntax or so.

At least for TYPO3 this is a regression since this was changed a long time ago for the then embedded Fluid: 34812: [BUGFIX] Standalone- and TemplateView must not require ucfirst...