Henrik Elsner

Results 15 issues of Henrik Elsner

# Bug Report | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | 0.13.0 | Instead of rewriting the CommanController to a SymfonyCommand an error is thrown...

Bug

# What this pr does - increase size for host field - change arrangement of columns to 2x2 instead of a single row Please add a description here # How...

Currently the 4 read fields are all aligned within the same row which is ok, but also not pretty spacious. When you use another host than localhost the usability suffers...

I got the issue that the sortviewhelper returns null when using the "subject" argument instead of the children. `$subject = static::arrayFromArrayOrTraversableOrCSVStatic(!empty($arguments['as']) ? $arguments['subject'] : $renderChildrenClosure());` in https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Iterator/SortViewHelper.php#L112 returns the children...

As upgrades often go step by step we should readd a commented segment. This should prevent the FQN change in the files: ``` 'ext_localconf.php', 'ext_tables.php', 'ClassAliasMap.php', __DIR__ . '/**/Configuration/*.php', __DIR__...

* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/Yoast-SEO-for-TYPO3/blob/master/.github/CONTRIBUTING.md). * [x] I've searched for any related issues and avoided creating a duplicate issue. ### Please give us a description of...

### Minimal PHP Code Causing Issue ```php if (TYPO3_MODE !== 'FE') { ``` ### Applied rules SubstituteConstantsModeAndRequestTypeRector ### Expected Behaviour ```php if (!ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST'])->isFrontend()) { // Do something } ``` ###...

Bug