Skip to content

Commit fdf8863

Browse files
committed
Remove redundant comments
1 parent 8f31931 commit fdf8863

File tree

3 files changed

+4
-144
lines changed

3 files changed

+4
-144
lines changed

src/Statements/ContinueStatement.php

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
class ContinueStatement extends StatementAbstract
2020
{
2121
/**
22-
* @param CompilationContext $compilationContext
23-
*
2422
* @throws CompilerException
2523
*/
2624
public function compile(CompilationContext $compilationContext): void

src/Statements/StatementAbstract.php

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ public function __construct(protected array $statement)
2929

3030
/**
3131
* Compiles the statement.
32-
*
33-
* @param CompilationContext $compilationContext
3432
*/
3533
abstract public function compile(CompilationContext $compilationContext);
3634

0 commit comments

Comments
 (0)