Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d50551b

Browse files
committed
Put back the comment.
1 parent c1b81d7 commit d50551b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Helper/Placeholder/Container/AbstractContainer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public function __toString()
113113
*/
114114
public function toString($indent = null)
115115
{
116+
// If we don't have items - do not show prefix and postfix
116117
if (! count($this)) {
117118
return '';
118119
}

0 commit comments

Comments
 (0)