Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
derpoho committed Feb 21, 2024
1 parent 0649db6 commit 88d3415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ parameters:
level: 5
paths:
- src
# - tests
- tests
2 changes: 0 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public function __construct(
) {}

// (Temporary) Workaround for https://github.com/probots-io/pinecone-php/issues/3

/* @phpstan-ignore-next-line */
public function handlePsrRequest(RequestInterface $request, PendingRequest $pendingRequest): RequestInterface
{
return FetchVectors::queryIdsWorkaround($request);
Expand Down

0 comments on commit 88d3415

Please sign in to comment.