mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
[cs] spaces
This commit is contained in:
parent
05e6725b7a
commit
9d599040b7
@ -22,7 +22,7 @@ interface FunctionLike extends Node
|
||||
|
||||
/**
|
||||
* Get the declared return type or null
|
||||
*
|
||||
*
|
||||
* @return null|Identifier|Node\Name|Node\NullableType
|
||||
*/
|
||||
public function getReturnType();
|
||||
|
@ -119,7 +119,7 @@ class Standard extends PrettyPrinterAbstract
|
||||
}
|
||||
|
||||
$escaped = $this->escapeString($node->value, null);
|
||||
return $this->pNoIndent("<<<$label\n" . $escaped ."\n$label")
|
||||
return $this->pNoIndent("<<<$label\n" . $escaped . "\n$label")
|
||||
. $this->docStringEndToken;
|
||||
}
|
||||
/* break missing intentionally */
|
||||
|
Loading…
x
Reference in New Issue
Block a user