mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing @author tags that snuck in.
This commit is contained in:
parent
de7b324444
commit
f85567a566
2 changed files with 0 additions and 2 deletions
|
@ -50,7 +50,6 @@ interface CakeLogInterface {
|
|||
* @param string $type
|
||||
* @param string $message
|
||||
* @return void
|
||||
* @author Mark Story
|
||||
*/
|
||||
public function write($type, $message);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue