Skip to content

Commit a166a96

Browse files
committed
AC-1685: Fix Integration Tests to be compatible with PHP 8.1
- fix static tests
1 parent e4b9e73 commit a166a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/RouterList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function getRouterInstance($routerId)
5555
}
5656

5757
/**
58-
* {@inheritDoc}
58+
* @inheritDoc
5959
*
6060
* @return RouterInterface
6161
*/
@@ -75,7 +75,7 @@ public function next()
7575
}
7676

7777
/**
78-
* {@inheritDoc}
78+
* @inheritDoc
7979
*
8080
* @return string|int|null
8181
*/

0 commit comments

Comments
 (0)