Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Jul 4, 2024
1 parent 64b1de3 commit 3991360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Psr\\Http\\Message\\ServerRequestInterface",
"Psr\\Http\\Server\\MiddlewareInterface",
"Psr\\Http\\Server\\RequestHandlerInterface",
"Yiisoft\\Arrays\\ArrayableTrait",
"Yiisoft\\Factory\\Factory"
]
}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"yiisoft/middleware-dispatcher": "^5.2"
},
"suggest": {
"yiisoft/arrays": "For \\Yiisoft\\Arrays\\ArrayableInterface support",
"yiisoft/db-sqlite": "For SQLite database support",
"yiisoft/db-mysql": "For MySQL database support",
"yiisoft/db-pgsql": "For PostgreSQL database support",
Expand Down
2 changes: 1 addition & 1 deletion src/Trait/ArrayableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use function array_keys;

/**
* Trait to implement {@see \Yiisoft\Arrays\ArrayableTrait} interface for ActiveRecord.
* Trait to implement {@see \Yiisoft\Arrays\ArrayableInterface} interface for ActiveRecord.
*
* @method string[] attributes()
* @see ActiveRecordInterface::attributes()
Expand Down

0 comments on commit 3991360

Please sign in to comment.