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 fe95606 commit 559724cCopy full SHA for 559724c
.github/workflows/test-application.yaml
@@ -36,6 +36,9 @@ jobs:
36
- php-version: "8.0"
37
symfony-require: "6.0.*"
38
39
+ - php-version: "8.1"
40
+ symfony-require: "6.0.*"
41
+
42
steps:
43
- name: "Checkout project"
44
uses: "actions/checkout@v2"
src/PagedRouteCollection.php
@@ -118,10 +118,8 @@ public function rewind(): void
118
119
/**
120
* Gets the number of Routes in this collection.
121
- *
122
- * @return int The number of routes
123
*/
124
- public function count()
+ public function count(): int
125
{
126
return $this->provider->getRoutesCount();
127
}
0 commit comments