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 303a3de commit ae01d9aCopy full SHA for ae01d9a
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [7.3, 8.0]
+ php: [8.1, 8.2]
13
stability: [prefer-stable]
14
15
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
README.md
@@ -351,7 +351,6 @@ class TestController extends Controller
351
{
352
/**
353
* URL: "/test/foo"
354
- * id parameter must be numeric.
355
*/
356
public function voltFoo(): string
357
0 commit comments