mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 13:02:40 +00:00
remove @access and unnecessary $name
This commit is contained in:
parent
0555895de3
commit
a643295e4c
136 changed files with 0 additions and 881 deletions
|
@ -338,7 +338,6 @@ class TestShell extends Shell {
|
|||
* @param string $file
|
||||
* @param string $category
|
||||
* @param boolean $throwOnMissingFile
|
||||
* @access protected
|
||||
* @return array array(type, case)
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -414,7 +413,6 @@ class TestShell extends Shell {
|
|||
* For the given file, what category of test is it? returns app, core or the name of the plugin
|
||||
*
|
||||
* @param string $file
|
||||
* @access protected
|
||||
* @return string
|
||||
*/
|
||||
protected function _mapFileToCategory($file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue