Skip to content

Commit 5f5beac

Browse files
splitbraingithub-actions[bot]
authored andcommitted
🤖 Automatic code style fixes
1 parent a55df08 commit 5f5beac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎Storage/PineconeStorage.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function deletePageChunks($page, $firstChunkID)
128128
$this->runQuery('/vectors/delete', ['ids' => $ids]);
129129
} catch (\Exception $e) {
130130
// 5 is the code for "namespace not found" See #12
131-
if($e->getCode() !== 5) throw $e;
131+
if ($e->getCode() !== 5) throw $e;
132132
}
133133
}
134134

‎helper.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ public function getLanguageLimit()
307307
/**
308308
* Store info about the last run
309309
*
310-
* @param array $data
311310
* @return void
312311
*/
313312
public function setRunData(array $data)

0 commit comments

Comments
 (0)