BUGFIX: PHPDoc

This commit is contained in:
Daniel Siepmann 2017-03-23 10:18:01 +01:00
parent 4e0c2802e4
commit 1b610844b9
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -45,7 +45,7 @@ trait ClassnameCheckerTrait
public $legacyExtensions = ['Extbase', 'Fluid']; public $legacyExtensions = ['Extbase', 'Fluid'];
/** /**
* @param string $mappingFile File containing php array for mapping. * Initialize, used internally, to not initialize if not needed inside __construct.
*/ */
private function initialize() private function initialize()
{ {