Skip to content

Commit c3c7193

Browse files
committed
fixed
1 parent dddf710 commit c3c7193

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Executor/AbstractExecutor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function __construct(protected ConnectionInterface $Connection, ?string $
6464
* @param string $name
6565
* @param array $arguments
6666
* @return string
67-
* @todo to be removed in a future release
6867
* @phpstan-ignore missingType.iterableValue
6968
*/
7069
public function __call(string $name, array $arguments): string

tests/TestCase/AliasesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* AliasesTest.
1616
*
1717
* @see config/bootstrap.php
18-
* @todo to be removed in version 2.15.0
18+
* @todo to be removed in version `2.15` or `2.16`
1919
*/
2020
class AliasesTest extends TestCase
2121
{

0 commit comments

Comments
 (0)