Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2016-12-19 19:35:57 +00:00 committed by StyleCI Bot
parent ddafe3d879
commit e723793051

View File

@ -200,7 +200,6 @@ foreach ($TL->constructors->predicate as $key => $constructor) {
'](../'.$link_type.'/'.$ptype.'.md)';
$params .= (isset($param['subtype']) ? '\['.$ptype.'\]' : $ptype).', ';
}
$constructors[$constructor] = '[$'.str_replace('_', '\_', $real_type).'](../types/'.$real_type.'.md) = \['.$params.'\];