We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057a88c commit c5fbaa9Copy full SHA for c5fbaa9
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.2, 8.1]
+ php: [8.3, 8.2, 8.1]
12
dependency-version: [prefer-stable]
13
os: [ubuntu-latest, windows-latest]
14
composer.json
@@ -12,7 +12,7 @@
}
],
"require": {
15
- "php": ">=8.1 <8.3",
+ "php": ">=8.1 <8.4",
16
"phpfui/translation": "^1.0"
17
},
18
"require-dev": {
src/PHPFUI/ORM/Table.php
@@ -399,6 +399,8 @@ public function getDataObjectCursor() : \PHPFUI\ORM\DataObjectCursor
399
400
/**
401
* Return an array of the explain query
402
+ *
403
+ * @return array<array<string,mixed>>
404
*/
405
public function getExplainRows() : array
406
{
0 commit comments