Showing 443 of 443 total issues
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorage::isComment
Open
Open
if ($this->isComment($line) || !$this->looksLikeSetter($line)) {
- Exclude checks
Parameter $http
has undeclared type \GuzzleHttp\ClientInterface
Open
Open
public function auth(Client $http, AuthFactory $factory, Scope $scope)
- Exclude checks
Class uses undeclared trait \Teto\Object\ReadOnly
Open
Open
final class Mastodon
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\authorization->created_at
defined at src/Service/Authorization.php:14
Open
Open
$this->created_at = (new \DateTimeImmutable)->setTimeStamp($created_at);
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorageTest::assertEquals
Open
Open
$this->assertEquals($expected['getValues'], $actual->getValues());
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorageTest::assertEquals
Open
Open
$this->assertEquals($expected['getClientIdAndSecret'], $actual->getClientIdAndSecret());
- Exclude checks
Possibly zero references to use statement for classlike/namespace v
(\Respect\Validation\Validator)
Open
Open
use Respect\Validation\Validator as v;
- Exclude checks
Call to method debug
from undeclared class \Monolog\Logger
Open
Open
app_log()->debug('create_app', ['app' => $app]);
- Exclude checks
Parameter $router
has undeclared type ?\Teto\Routing\Router
Open
Open
function router(Router $router = null)
- Exclude checks
Call to method request
from undeclared class \GuzzleHttp\Client
(Did you mean class \Baguette\Mastodon\Client) Open
Open
return $this->getAPIHttpClient()->request($method, $path, $request_options);
- Exclude checks
Call to method boolType
from undeclared class \Respect\Validation\Validator
Open
Open
v::boolType()->assert($options['read_only']);
- Exclude checks
Call to method stringType
from undeclared class \Respect\Validation\Validator
Open
Open
v::stringType()->not(v::contains("\n"))->assert($client_secret);
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\Application::setProperties
Open
Open
$this->setProperties($properties);
- Exclude checks
Class uses undeclared trait \Teto\Object\TypedProperty
Open
Open
class Mention extends Entity
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\Notification::setProperties
Open
Open
$this->setProperties(mapValues($properties, [
- Exclude checks
Parameter $http
has undeclared type \GuzzleHttp\ClientInterface
Open
Open
abstract public function auth(GuzzleHttpClient $http, AuthFactory $factory, Scope $scope);
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorageTest::assertEquals
Open
Open
$this->assertEquals($expected, $actual);
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\AccountTest::assertEquals
Open
Open
$this->assertEquals(isset($input['locked']) ? $input['locked'] : null, $actual->locked);
- Exclude checks
Call to method info
from undeclared class \Monolog\Logger
Open
Open
chrome_log()->info('request', [
- Exclude checks
Return type of app_log()
is undeclared type \Monolog\Logger
Open
Open
function app_log()
- Exclude checks