Skip to content

Commit a2d974a

Browse files
committed
remove tags;
1 parent 49fc578 commit a2d974a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/phpDocumentor/Reflection/Middleware/ChainFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ final class ChainFactory
2020
{
2121
/**
2222
* @param Middleware[] $middlewareList
23-
* @param callable $lastCallable
2423
*/
2524
public static function createExecutionChain(array $middlewareList, callable $lastCallable): callable
2625
{

src/phpDocumentor/Reflection/Middleware/Middleware.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ interface Middleware
2323
* Executes this middle ware class.
2424
*
2525
* @param object $command
26-
* @param callable $next
2726
*
2827
* @return object
2928
*/

0 commit comments

Comments
 (0)