Removing @author tags that snuck in.

This commit is contained in:
mark_story 2010-12-21 20:53:39 -05:00
parent de7b324444
commit f85567a566
2 changed files with 0 additions and 2 deletions

View file

@ -50,7 +50,6 @@ interface CakeLogInterface {
* @param string $type
* @param string $message
* @return void
* @author Mark Story
*/
public function write($type, $message);
}

View file

@ -121,7 +121,6 @@ class TestView extends View {
* @param string $loadHelpers
* @param string $cached
* @return void
* @author Mark Story
*/
function render_($___viewFn, $___dataForView, $loadHelpers = true, $cached = false) {
return $this->_render($___viewFn, $___dataForView, $loadHelpers, $cached);