Skip to content

Commit

Permalink
Format and fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Nov 7, 2024
1 parent e014f9f commit f9321e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Database/Adapter/MariaDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public function deleteAttribute(string $collection, string $id, bool $array = fa
/**
* Rename Attribute
*
* @param string $collectionp
* @param string $collection
* @param string $old
* @param string $new
* @return bool
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ abstract protected static function getDatabase(): Database;
/**
* @param string $collection
* @param string $column
*
*
* @return bool
*/
abstract protected static function deleteColumn(string $collection, string $column): bool;
Expand Down

0 comments on commit f9321e7

Please sign in to comment.