* To make later checks easier, add the fully qualified object
identifier, to all object identifier tokens while tokenizing
TypoScript.
* Adjust tests accordingly.
* Add necessary autoloading.
Closes: #66
* 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
* As we not only check ObjectIdentifier's anymore, but also further
parts, renamce sniff to be more generic.
* Also rename configuration and tests accordingly.
Relates: #54