cleaning up section class.

This commit is contained in:
Taylor Otwell 2012-04-10 11:37:38 -05:00
parent 78a2bce820
commit d5b9f3c604
1 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@ public static function stop()
/**
* Extend the content in a given section.
* The old content can be injected into the new using "@parent".
*
* @param string $section
* @param string $content
@ -106,7 +105,6 @@ protected static function extend($section, $content)
/**
* Append content to a given section.
* This concatenates the old content and the new.
*
* @param string $section
* @param string $content