Fold was missing a close marker

This commit is contained in:
Josh Sherman 2012-11-27 11:37:40 -05:00
parent 29c0dbad1f
commit e73f074a54
2 changed files with 7 additions and 0 deletions

View file

@ -85,6 +85,7 @@ class String
return trim($string, '-');; return trim($string, '-');;
} }
// }}}
// {{{ Is Empty // {{{ Is Empty
/** /**
@ -233,3 +234,4 @@ class String
} }
?> ?>

View file

@ -7226,6 +7226,7 @@ class String
return trim($string, '-');; return trim($string, '-');;
} }
// }}}
// {{{ Is Empty // {{{ Is Empty
/** /**
@ -7373,6 +7374,10 @@ class String
// }}} // }}}
} }
?>
<?php
/** /**
* Time Utility Collection * Time Utility Collection
* *