run.php
Call to method removedir
from undeclared class \Pluf_FileUtil
Open
Open
Pluf_FileUtil::removedir($tmp_path);
- Exclude checks
Call to method main
from undeclared class \PHPUnit\TextUI\Command
Open
Open
PHPUnit\TextUI\Command::main();
- Exclude checks
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 32 and the first side effect is on line 34. Open
Open
#!/usr/bin/env php
- Exclude checks
Line exceeds 120 characters; contains 130 characters Open
Open
foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
- Exclude checks