BUGFIX: Keep line ending for inline comments
* As test showed, line ending was removed for inline comments "//". * This line ending is now kept. * Test does not fail anymore. Relates: #46, #3
Showing
- src/Standards/Typo3Update/Sniffs/LegacyClassnames/AbstractClassnameChecker.php 3 additions, 2 deletions...date/Sniffs/LegacyClassnames/AbstractClassnameChecker.php
- src/Standards/Typo3Update/Sniffs/LegacyClassnames/DocCommentSniff.php 2 additions, 1 deletion...s/Typo3Update/Sniffs/LegacyClassnames/DocCommentSniff.php
- src/Standards/Typo3Update/Sniffs/LegacyClassnames/InlineCommentSniff.php 7 additions, 1 deletion...ypo3Update/Sniffs/LegacyClassnames/InlineCommentSniff.php
- src/Standards/Typo3Update/Sniffs/LegacyClassnames/InstantiationWithMakeInstanceSniff.php 2 additions, 1 deletion...s/LegacyClassnames/InstantiationWithMakeInstanceSniff.php
- src/Standards/Typo3Update/Sniffs/LegacyClassnames/InstantiationWithObjectManagerSniff.php 2 additions, 1 deletion.../LegacyClassnames/InstantiationWithObjectManagerSniff.php
- src/Standards/Typo3Update/Sniffs/LegacyClassnames/IsACallSniff.php 2 additions, 1 deletion...ards/Typo3Update/Sniffs/LegacyClassnames/IsACallSniff.php
- tests/Fixtures/Standards/Typo3Update/Sniffs/LegacyClassnames/InlineCommentSniff/Expected.diff 1 addition, 2 deletions.../Sniffs/LegacyClassnames/InlineCommentSniff/Expected.diff
Please register or sign in to comment