public function getDefinition() : FixerDefinition { return new FixerDefinition('`@var` annotation must be in single line when is the only content.', [ new CodeSample('<?php /** * @var string */ '), ]); }