Bug #35016
YamlSource creates invalid YAML files
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Configuration
Target version:
Start date:
2012-03-19
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
No
Complexity:
no-brainer
Description
\TYPO3\FLOW3\Tests\Unit\Configuration\Source\YamlSource::save()
currently separates the header from the configuration with PHP_EOL
but it should be chr(10)
according to the guidelines.
Apart from that, generated YAML files are not indented correctly, making it difficult to read them
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9748
Updated by Sebastian Kurfuerst almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100