nopolabs/yabot

View on GitHub

Showing 285 of 286 total issues

Call to method __construct from undeclared class \Symfony\Component\Config\FileLocator
Open

        $loader = new XmlFileLoader($this, new FileLocator());
Severity: Critical
Found in src/YabotContainer.php by phan

Call to method __construct from undeclared class \Symfony\Component\Config\FileLocator
Open

        $loader = new YamlFileLoader($this, new FileLocator());
Severity: Critical
Found in src/YabotContainer.php by phan

Parameter $payload has undeclared type \Slack\Payload
Open

    public function onMessage(Payload $payload)
Severity: Minor
Found in src/Yabot.php by phan

Call to method info from undeclared class \Psr\Log\LoggerInterface
Open

                    $this->getLog()->info($payload->toJson());
Severity: Critical
Found in src/Yabot.php by phan

Call to method load from undeclared class \Symfony\Component\DependencyInjection\Loader\XmlFileLoader
Open

        $loader->load($file);
Severity: Critical
Found in src/YabotContainer.php by phan
Severity
Category
Status
Source
Language