[CS] Remove obsolete doc blocks #2
This commit is contained in:
parent
fe88422e68
commit
599865528e
1 changed files with 0 additions and 5 deletions
|
@ -161,11 +161,6 @@ class PhpExporter extends AbstractExporter
|
||||||
return implode("\n", $lines);
|
return implode("\n", $lines);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param mixed $var
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
protected function _varExport($var): string
|
protected function _varExport($var): string
|
||||||
{
|
{
|
||||||
$export = var_export($var, true);
|
$export = var_export($var, true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue