Move space addition to implementation.
This commit is contained in:
parent
7debf736a6
commit
49bca5171b
@ -1163,7 +1163,7 @@ public function __construct()
|
|||||||
|
|
||||||
$methodTypeHint = null;
|
$methodTypeHint = null;
|
||||||
$types = Type::getTypesMap();
|
$types = Type::getTypesMap();
|
||||||
$variableType = $typeHint ? $this->getType($typeHint) . ' ' : null;
|
$variableType = $typeHint ? $this->getType($typeHint) : null;
|
||||||
|
|
||||||
if ($typeHint && ! isset($types[$typeHint])) {
|
if ($typeHint && ! isset($types[$typeHint])) {
|
||||||
$variableType = '\\' . ltrim($variableType, '\\');
|
$variableType = '\\' . ltrim($variableType, '\\');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user