Skip to content

Commit

Permalink
Update src/Connection/ConnectionInterface.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Tigrov <[email protected]>
  • Loading branch information
vjik and Tigrov authored Feb 13, 2024
1 parent acd3006 commit 2ad20ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection/ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* It allows you to access and manipulate databases in a database-agnostic way, so you can write code that works with
* different database systems without having to worry about the specific details of each one.
*
* @psalm-type ParamsType = array<string,mixed>|list<mixed>
* @psalm-type ParamsType = array<non-empty-string, mixed>|list<mixed>
*/
interface ConnectionInterface
{
Expand Down

0 comments on commit 2ad20ae

Please sign in to comment.