@@ -120,7 +120,7 @@ protected function setUpFilterTestTrait(): void
120120 * @param FilterInterface|string $filter The filter instance, class, or alias
121121 * @param string $position "before" or "after"
122122 *
123- * @phpstan- return Closure(list<string>|null=): mixed
123+ * @return Closure(list<string>|null=): mixed
124124 */
125125 protected function getFilterCaller ($ filter , string $ position ): Closure
126126 {
@@ -268,6 +268,8 @@ protected function assertFilter(string $route, string $position, string $alias):
268268 * @param string $route The route to test
269269 * @param string $position "before" or "after"
270270 * @param string $alias Alias for the anticipated filter
271+ *
272+ * @return void
271273 */
272274 protected function assertNotFilter (string $ route , string $ position , string $ alias )
273275 {
@@ -286,6 +288,8 @@ protected function assertNotFilter(string $route, string $position, string $alia
286288 *
287289 * @param string $route The route to test
288290 * @param string $position "before" or "after"
291+ *
292+ * @return void
289293 */
290294 protected function assertHasFilters (string $ route , string $ position )
291295 {
@@ -303,6 +307,8 @@ protected function assertHasFilters(string $route, string $position)
303307 *
304308 * @param string $route The route to test
305309 * @param string $position "before" or "after"
310+ *
311+ * @return void
306312 */
307313 protected function assertNotHasFilters (string $ route , string $ position )
308314 {
0 commit comments