]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
Some code-cosmetics applied:
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index c6b1a1a8a87d5a9b3fe5f6596844773a03720f6b..1e7f82fd68e87c95d0f70d8c867ead1c6eda07a4 100644 (file)
@@ -184,10 +184,10 @@ interface CompileableTemplate extends FrameworkInterface {
        /**
         * Removes all comments, tabs and new-line charcters to compact the content
         *
-        * @param       $content        The uncompacted content
-        * @return      $content        The compacted content
+        * @param       $uncompactedContent             The uncompacted content
+        * @return      $compactedContent               The compacted content
         */
-       function compactContent ($content);
+       function compactContent ($uncompactedContent);
 }
 
 // [EOF]