Skip to content

Commit 404ae12

Browse files
committed
pSafe() no longer a concern... gone since 2012
1 parent ef597eb commit 404ae12

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/phpDocumentor/Reflection/PrettyPrinter.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ public function pScalar_String(String_ $node): string
5757
return $node->value;
5858
}
5959

60-
if (method_exists($this, 'pSafe')) {
61-
return $this->pSafe($node->getAttribute('originalValue'));
62-
}
63-
6460
return $this->pNoIndent($node->getAttribute('originalValue'));
6561
}
6662
}

0 commit comments

Comments
 (0)