Skip to content

Commit

Permalink
Removing @author tags that snuck in.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 22, 2010
1 parent de7b324 commit f85567a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cake/libs/cake_log.php
Expand Up @@ -50,7 +50,6 @@ interface CakeLogInterface {
* @param string $type
* @param string $message
* @return void
* @author Mark Story
*/
public function write($type, $message);
}
Expand Down
1 change: 0 additions & 1 deletion cake/tests/cases/libs/view/view.test.php
Expand Up @@ -121,7 +121,6 @@ function paths($plugin = null, $cached = true) {
* @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);
Expand Down

0 comments on commit f85567a

Please sign in to comment.