Merge branch 'feature/update-docs' into 'develop'
Feature/update docs See merge request !82
This commit is contained in:
commit
23fbe1d420
1 changed files with 10 additions and 1 deletions
|
@ -15,7 +15,7 @@ Possible configurations for all sniffs:
|
||||||
|
|
||||||
Implemented sniffs:
|
Implemented sniffs:
|
||||||
|
|
||||||
- PHPDocuments, like Includes and annotations for IDEs.
|
- PHPDocComments, like Includes and annotations for IDEs.
|
||||||
|
|
||||||
Possible extra configurations:
|
Possible extra configurations:
|
||||||
|
|
||||||
|
@ -103,6 +103,15 @@ information. For configuration options see :ref:`configuration-removedFunctionCo
|
||||||
Check for usage of *removed constants*. The constants are configured in same way as removed
|
Check for usage of *removed constants*. The constants are configured in same way as removed
|
||||||
functions. For configuration options see :ref:`configuration-removedConstantConfigFiles`.
|
functions. For configuration options see :ref:`configuration-removedConstantConfigFiles`.
|
||||||
|
|
||||||
|
Check for usage of *removed TypoScript*. The TypoScript objects are configured in same way as
|
||||||
|
removed functions. For configuration options see :ref:`configuration-removedTypoScriptConfigFiles`.
|
||||||
|
This will check whether you are using already removed TypoScript parts, supported are:
|
||||||
|
|
||||||
|
- Objects, e.g. ``CLEARGIF``, ``FORM``
|
||||||
|
|
||||||
|
- Paths like ``styles.insertContent``
|
||||||
|
|
||||||
|
For a complete list, take a look at the corresponding YAML-Files.
|
||||||
|
|
||||||
Further checks
|
Further checks
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue