Skip to content

Commit c5fbaa9

Browse files
committed
PHP 8.3
1 parent 057a88c commit c5fbaa9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.2, 8.1]
11+
php: [8.3, 8.2, 8.1]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.1 <8.3",
15+
"php": ">=8.1 <8.4",
1616
"phpfui/translation": "^1.0"
1717
},
1818
"require-dev": {

src/PHPFUI/ORM/Table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ public function getDataObjectCursor() : \PHPFUI\ORM\DataObjectCursor
399399

400400
/**
401401
* Return an array of the explain query
402+
*
403+
* @return array<array<string,mixed>>
402404
*/
403405
public function getExplainRows() : array
404406
{

0 commit comments

Comments
 (0)