mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
correct doc block
This commit is contained in:
parent
b6a7cb7c7e
commit
cbbd3ec6b3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ abstract class BaseCoverageReport {
|
||||||
/**
|
/**
|
||||||
* Gets the base path that the files we are interested in live in.
|
* Gets the base path that the files we are interested in live in.
|
||||||
*
|
*
|
||||||
* @return void
|
* @return string Path
|
||||||
*/
|
*/
|
||||||
public function getPathFilter() {
|
public function getPathFilter() {
|
||||||
$path = ROOT . DS;
|
$path = ROOT . DS;
|
||||||
|
|
Loading…
Reference in a new issue