Showing 443 of 443 total issues
Call to method match
from undeclared class \Teto\Routing\Router
Open
Open
$action = $router->match($_SERVER['REQUEST_METHOD'], parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorage::normaliseEnvironmentVariable
Open
Open
list($key, $val) = $this->normaliseEnvironmentVariable($line, '');
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\Account::setProperties
Open
Open
$this->setProperties(mapValues($properties, [
- Exclude checks
Class implements undeclared interface \Teto\Object\ToArrayInterface
Open
Open
abstract class Entity implements \Teto\Object\ToArrayInterface
- Exclude checks
Reference to constant PREFIX_DYNAMIC
from undeclared class \Symfony\Component\VarDumper\Caster\Caster
Open
Open
$a[Caster::PREFIX_DYNAMIC.$key] = $prop;
- Exclude checks
Class uses undeclared trait \Teto\Object\PrivateGetter
Open
Open
class Authorization
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\authorization->scope
defined at src/Service/Authorization.php:13
Open
Open
$this->scope = $scope;
- Exclude checks
Possibly zero references to use statement for classlike/namespace Service
(\Baguette\Mastodon\Service)
Open
Open
use Baguette\Mastodon\Service;
- Exclude checks
Saw an @param annotation for scopes,
but it was not found in the param list of function __construct($toot_string, array $options)
Open
Open
* @param string[] $scopes
- Exclude checks
Call to method bool
from undeclared class \Respect\Validation\Validator
Open
Open
v::bool()->assert($options['senstitive']);
- Exclude checks
Call to method __construct
from undeclared class \Dotenv\Dotenv
Open
Open
$dotenv = new Dotenv\Dotenv(dirname(__DIR__));
- Exclude checks
@throws type of __construct
has undeclared type \Dotenv\Exception\InvalidPathException
Open
Open
public function __construct($file_path, $options = [])
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\Attachment::setProperties
Open
Open
$this->setProperties($properties);
- Exclude checks
Return type of getFollowRequests()
is undeclared type \Baguette\Mastodon\Entity\accounts[]
(Did you mean class \Baguette\Mastodon\Entity\Account) Open
Open
public static function getFollowRequests(Client $client, SessionStorage $session, $options = [])
- Exclude checks
Call to method intVal
from undeclared class \Respect\Validation\Validator
Open
Open
v::intVal()->min(0)->assert($options['since_id']);
- Exclude checks
Call to method __construct
from undeclared class \Monolog\Handler\StreamHandler
Open
Open
$logger->pushHandler(new StreamHandler($fp, Logger::INFO, true, null, true));
- Exclude checks
Reference to instance property param
from undeclared class \Teto\Routing\Action
Open
Open
$acct_input = $action->param['acct'];
- Exclude checks
Property \Baguette\Mastodon\Client->api_http_client
has undeclared type \GuzzleHttp\Client
(Did you mean class \Baguette\Mastodon\Client) Open
Open
private $api_http_client;
- Exclude checks
Call to method contains
from undeclared class \Respect\Validation\Validator
Open
Open
v::stringType()->not(v::contains("\n"))->assert($access_token);
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorage::looksLikeSetter
Open
Open
if (!$this->isComment($line) && $this->looksLikeSetter($line)) {
- Exclude checks