From d5b9f3c604c2cf0f080aad57f01f1d271683d471 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 10 Apr 2012 11:37:38 -0500 Subject: [PATCH] cleaning up section class. --- laravel/section.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/laravel/section.php b/laravel/section.php index cae10717..9638880c 100644 --- a/laravel/section.php +++ b/laravel/section.php @@ -86,7 +86,6 @@ class Section { /** * 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 @@ class Section { /** * Append content to a given section. - * This concatenates the old content and the new. * * @param string $section * @param string $content