Showing 443 of 443 total issues
Call to undeclared method \Baguette\Mastodon\Entity\AccountTest::assertEquals
Open
Open
$this->assertEquals(isset($input['username']) ? $input['username'] : null, $actual->username);
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param string':
after string,
did not see an element name (will guess based on comment order) Open
Open
* @param string
- Exclude checks
Call to method makePath
from undeclared class \Teto\Routing\Router
Open
Open
$callback_url = app\get_service_base_url(router()->makePath('auth_callback'));
- Exclude checks
Property \Baguette\Mastodon\Client->oauth_http_client
has undeclared type \GuzzleHttp\Client
(Did you mean class \Baguette\Mastodon\Client) Open
Open
private $oauth_http_client;
- Exclude checks
Return type of getAPIHttpClient()
is undeclared type \GuzzleHttp\Client
(Did you mean class \Baguette\Mastodon\Client) Open
Open
private function getAPIHttpClient()
- Exclude checks
Call to method stringType
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::isComment
Open
Open
if (!$this->isComment($line) && $this->looksLikeSetter($line)) {
- Exclude checks
Class uses undeclared trait \Teto\Object\TypedProperty
Open
Open
class Account extends Entity
- Exclude checks
Reference to undeclared property \Baguette\Mastodon\Entity\Status->in_reply_to_account_id
(Did you mean expr->in_reply_to_accountid) Open
Open
'in_reply_to_account_id' => $this->in_reply_to_account_id,
- Exclude checks
Call to method stringType
from undeclared class \Respect\Validation\Validator
Open
Open
v::stringType()->length(1, null)->assert($state);
- Exclude checks
Call to method intVal
from undeclared class \Respect\Validation\Validator
Open
Open
v::intVal()->min(0)->assert($options['limit']);
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\AuthFactory->client
defined at src/Service/AuthFactory.php:15
Open
Open
$this->client = $client;
- Exclude checks
Call to method intType
from undeclared class \Respect\Validation\Validator
Open
Open
v::intType()->assert($id);
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\toot->in_reply_to_id
defined at src/Service/Toot.php:15
Open
Open
$this->in_reply_to_id = $options['in_reply_to_id'];
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\toot->visibility
defined at src/Service/Toot.php:16
Open
Open
$this->visibility = $options['visibility'];
- Exclude checks
Parameter $client
has undeclared type ?\GuzzleHttp\ClientInterface
Open
Open
function http(\GuzzleHttp\ClientInterface $client = null)
- Exclude checks
Call to method __construct
from undeclared class \Whoops\Run
Open
Open
$whoops = new \Whoops\Run;
- Exclude checks
Call to method required
from undeclared class \Dotenv\Dotenv
Open
Open
$dotenv->required('SERVICE_BASE_URL');
- Exclude checks
Parameter $action
has undeclared type \Teto\Routing\Action
Open
Open
$routes['license'] = ['GET', '/license', function (Action $action) {
- Exclude checks
Call to method stringType
from undeclared class \Respect\Validation\Validator
Open
Open
v::stringType()->not(v::contains("\n"))->assert($app_name);
- Exclude checks