Commit d5b9f3c6 authored by Taylor Otwell's avatar Taylor Otwell

cleaning up section class.

parent 78a2bce8
...@@ -86,7 +86,6 @@ class Section { ...@@ -86,7 +86,6 @@ class Section {
/** /**
* Extend the content in a given section. * Extend the content in a given section.
* The old content can be injected into the new using "@parent".
* *
* @param string $section * @param string $section
* @param string $content * @param string $content
...@@ -106,7 +105,6 @@ class Section { ...@@ -106,7 +105,6 @@ class Section {
/** /**
* Append content to a given section. * Append content to a given section.
* This concatenates the old content and the new.
* *
* @param string $section * @param string $section
* @param string $content * @param string $content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment