Skip to content

Commit

Permalink
Merge pull request #64 from achmadhadikurnia/bugfix/method-annotation
Browse files Browse the repository at this point in the history
fix(annotation): add method annotation on Siasn facade
  • Loading branch information
kanekesreal authored Jul 18, 2024
2 parents 0ba2d00 + 7ea16dd commit 13ae7af
Showing 1 changed file with 85 additions and 2 deletions.
87 changes: 85 additions & 2 deletions src/Facades/Siasn.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,94 @@

namespace Kanekescom\Siasn\Api\Facades;

use Illuminate\Http\Client\PendingRequest;
use Illuminate\Support\Facades\Facade;

Check warning on line 5 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Facade'

Check warning on line 5 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Facades'

/**
* @method static PendingRequest withSso()
* @method static \Illuminate\Http\Client\PendingRequest withSso()

Check warning on line 8 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 8 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Factory globalMiddleware(callable $middleware)

Check warning on line 9 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Factory'

Check warning on line 9 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Factory globalRequestMiddleware(callable $middleware)

Check warning on line 10 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Factory'

Check warning on line 10 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Factory globalResponseMiddleware(callable $middleware)

Check warning on line 11 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Factory'

Check warning on line 11 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Factory globalOptions(\Closure|array $options)

Check warning on line 12 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Factory'

Check warning on line 12 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \GuzzleHttp\Promise\PromiseInterface response(array|string|null $body = null, int $status = 200, array $headers = [])

Check warning on line 13 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PromiseInterface'

Check warning on line 13 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Promise'
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])

Check warning on line 14 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'ResponseSequence'

Check warning on line 14 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()

Check warning on line 15 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Factory'

Check warning on line 15 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static void recordRequestResponsePair(\Illuminate\Http\Client\Request $request, \Illuminate\Http\Client\Response $response)

Check warning on line 16 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 16 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Request'

Check warning on line 16 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'

Check warning on line 16 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static void assertSent(callable $callback)
* @method static void assertSentInOrder(array $callbacks)
* @method static void assertNotSent(callable $callback)
* @method static void assertNothingSent()
* @method static void assertSentCount(int $count)
* @method static void assertSequencesAreEmpty()
* @method static \Illuminate\Support\Collection recorded(callable $callback = null)

Check warning on line 23 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Collection'

Check warning on line 23 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Support'
* @method static \Illuminate\Http\Client\PendingRequest createPendingRequest()

Check warning on line 24 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 24 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Contracts\Events\Dispatcher|null getDispatcher()

Check warning on line 25 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Dispatcher'

Check warning on line 25 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Events'
* @method static array getGlobalMiddleware()
* @method static void macro(string $name, object|callable $macro, object|callable $macro = null)
* @method static void mixin(object $mixin, bool $replace = true)
* @method static bool hasMacro(string $name)
* @method static void flushMacros()
* @method static mixed macroCall(string $method, array $parameters)
* @method static \Illuminate\Http\Client\PendingRequest baseUrl(string $url)

Check warning on line 32 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 32 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withBody(\Psr\Http\Message\StreamInterface|string $content, string $contentType = 'application/json')

Check warning on line 33 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'StreamInterface'

Check warning on line 33 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 33 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'

Check warning on line 33 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Message'
* @method static \Illuminate\Http\Client\PendingRequest asJson()

Check warning on line 34 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 34 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest asForm()

Check warning on line 35 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 35 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest attach(string|array $name, string|resource $contents = '', string|null $filename = null, array $headers = [])

Check warning on line 36 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 36 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest asMultipart()

Check warning on line 37 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 37 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest bodyFormat(string $format)

Check warning on line 38 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 38 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withQueryParameters(array $parameters)

Check warning on line 39 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 39 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest contentType(string $contentType)

Check warning on line 40 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 40 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest acceptJson()

Check warning on line 41 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 41 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest accept(string $contentType)

Check warning on line 42 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 42 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withHeaders(array $headers)

Check warning on line 43 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 43 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withHeader(string $name, mixed $value)

Check warning on line 44 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 44 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest replaceHeaders(array $headers)

Check warning on line 45 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 45 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withBasicAuth(string $username, string $password)

Check warning on line 46 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 46 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withDigestAuth(string $username, string $password)

Check warning on line 47 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 47 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withToken(string $token, string $type = 'Bearer')

Check warning on line 48 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 48 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withUserAgent(string|bool $userAgent)

Check warning on line 49 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 49 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withUrlParameters(array $parameters = [])

Check warning on line 50 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 50 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withCookies(array $cookies, string $domain)

Check warning on line 51 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 51 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest maxRedirects(int $max)

Check warning on line 52 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 52 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withoutRedirecting()

Check warning on line 53 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 53 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withoutVerifying()

Check warning on line 54 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 54 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest sink(string|resource $to)

Check warning on line 55 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 55 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest timeout(int $seconds)

Check warning on line 56 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 56 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest connectTimeout(int $seconds)

Check warning on line 57 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 57 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest retry(array|int $times, \Closure|int $sleepMilliseconds = 0, callable|null $when = null, bool $throw = true)

Check warning on line 58 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 58 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withOptions(array $options)

Check warning on line 59 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 59 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withMiddleware(callable $middleware)

Check warning on line 60 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 60 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withRequestMiddleware(callable $middleware)

Check warning on line 61 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 61 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest withResponseMiddleware(callable $middleware)

Check warning on line 62 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 62 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest beforeSending(callable $callback)

Check warning on line 63 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 63 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest throw(callable|null $callback = null)

Check warning on line 64 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 64 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest throwIf(callable|bool $condition)

Check warning on line 65 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 65 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest throwUnless(bool $condition)

Check warning on line 66 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 66 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest dump()

Check warning on line 67 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 67 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest dd()

Check warning on line 68 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 68 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Response get(string $url, array|string|null $query = null)

Check warning on line 69 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 69 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Response head(string $url, array|string|null $query = null)

Check warning on line 70 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 70 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Response post(string $url, array $data = [])

Check warning on line 71 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 71 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Response patch(string $url, array $data = [])

Check warning on line 72 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 72 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])

Check warning on line 73 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 73 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\Response delete(string $url, array $data = [])

Check warning on line 74 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 74 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static array pool(callable $callback)
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])

Check warning on line 76 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Response'

Check warning on line 76 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \GuzzleHttp\Client buildClient()

Check warning on line 77 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Client'

Check warning on line 77 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'
* @method static \GuzzleHttp\Client createClient(\GuzzleHttp\HandlerStack $handlerStack)

Check warning on line 78 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Client'

Check warning on line 78 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'HandlerStack'

Check warning on line 78 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'

Check warning on line 78 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'
* @method static \GuzzleHttp\HandlerStack buildHandlerStack()

Check warning on line 79 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'HandlerStack'

Check warning on line 79 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'
* @method static \GuzzleHttp\HandlerStack pushHandlers(\GuzzleHttp\HandlerStack $handlerStack)

Check warning on line 80 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'HandlerStack'

Check warning on line 80 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'HandlerStack'

Check warning on line 80 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'

Check warning on line 80 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'
* @method static \Closure buildBeforeSendingHandler()
* @method static \Closure buildRecorderHandler()
* @method static \Closure buildStubHandler()
* @method static array mergeOptions(array ...$options)
* @method static \Illuminate\Http\Client\PendingRequest stub(callable $callback)

Check warning on line 85 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 85 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest async(bool $async = true)

Check warning on line 86 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 86 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \GuzzleHttp\Promise\PromiseInterface|null getPromise()

Check warning on line 87 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PromiseInterface'

Check warning on line 87 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Promise'
* @method static \Illuminate\Http\Client\PendingRequest setClient(\GuzzleHttp\Client $client)

Check warning on line 88 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'Client'

Check warning on line 88 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 88 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'GuzzleHttp'

Check warning on line 88 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest setHandler(callable $handler)

Check warning on line 89 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 89 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static array getOptions()
* @method static \Illuminate\Http\Client\PendingRequest|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)

Check warning on line 91 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 91 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
* @method static \Illuminate\Http\Client\PendingRequest|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)

Check warning on line 92 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'PendingRequest'

Check warning on line 92 in src/Facades/Siasn.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined namespace

Undefined namespace 'Client'
*
* @see \Kanekescom\Siasn\Api\Siasn
*/
Expand Down

0 comments on commit 13ae7af

Please sign in to comment.