Skip to content

Commit

Permalink
Run Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Sep 23, 2024
1 parent 8ae4aca commit d23b475
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Database/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ public function clearTimeout(string $event): void

/**
* Analyze a collection updating it's metadata on the database engine
*
*
* @param string $collection
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Adapter/MariaDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ protected function processException(PDOException $e): void

/**
* Analyze a collection updating it's metadata on the database engine
*
*
* @param string $collection
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Adapter/Mongo.php
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ public function clearTimeout(string $event): void

/**
* Analyze a collection updating it's metadata on the database engine
*
*
* @param string $collection
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Adapter/Postgres.php
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ public function getLikeOperator(): string

/**
* Analyze a collection updating it's metadata on the database engine
*
*
* @param string $collection
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Adapter/SQLite.php
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ protected function processException(PDOException $e): void

/**
* Analyze a collection updating it's metadata on the database engine
*
*
* @param string $collection
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -5720,7 +5720,7 @@ public function getInternalAttributes(): array

/**
* Analyze a collection updating it's metadata on the database engine
*
*
* @param string $collection
* @return bool
*/
Expand Down

0 comments on commit d23b475

Please sign in to comment.