mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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 $type
|
||||||
* @param string $message
|
* @param string $message
|
||||||
* @return void
|
* @return void
|
||||||
* @author Mark Story
|
|
||||||
*/
|
*/
|
||||||
public function write($type, $message);
|
public function write($type, $message);
|
||||||
}
|
}
|
||||||
|
|
|
@ -121,7 +121,6 @@ class TestView extends View {
|
||||||
* @param string $loadHelpers
|
* @param string $loadHelpers
|
||||||
* @param string $cached
|
* @param string $cached
|
||||||
* @return void
|
* @return void
|
||||||
* @author Mark Story
|
|
||||||
*/
|
*/
|
||||||
function render_($___viewFn, $___dataForView, $loadHelpers = true, $cached = false) {
|
function render_($___viewFn, $___dataForView, $loadHelpers = true, $cached = false) {
|
||||||
return $this->_render($___viewFn, $___dataForView, $loadHelpers, $cached);
|
return $this->_render($___viewFn, $___dataForView, $loadHelpers, $cached);
|
||||||
|
|
Loading…
Add table
Reference in a new issue