There was an error fetching the commit references. Please try again later.
TASK: Migrate GenericFunctionCallSniff
* Migrate GenericFunctionCallSniff to new architecture. * Provide new abstract class for php removed functions and constants. * Fix TypoScriptSniff not always returning array. * Adjust warnings in Expected.json Relates: #71
Showing
- src/Standards/Typo3Update/RemovedByYamlConfiguration.php 5 additions, 0 deletionssrc/Standards/Typo3Update/RemovedByYamlConfiguration.php
- src/Standards/Typo3Update/Sniffs/Removed/AbstractGenericPhpUsage.php 141 additions, 0 deletions...ds/Typo3Update/Sniffs/Removed/AbstractGenericPhpUsage.php
- src/Standards/Typo3Update/Sniffs/Removed/AbstractGenericUsage.php 2 additions, 12 deletions...dards/Typo3Update/Sniffs/Removed/AbstractGenericUsage.php
- src/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php 7 additions, 42 deletions...s/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php
- src/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php 2 additions, 0 deletionssrc/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php
- tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericConstantUsageSniff/Expected.json 5 additions, 5 deletions...te/Sniffs/Removed/GenericConstantUsageSniff/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff/Expected.json 5 additions, 5 deletions...ate/Sniffs/Removed/GenericFunctionCallSniff/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff/Expected.json 9 additions, 9 deletions.../Typo3Update/Sniffs/Removed/TypoScriptSniff/Expected.json
Please register or sign in to comment