Skip to content

Commit

Permalink
Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Mar 2, 2025
1 parent 8f31931 commit fdf8863
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 144 deletions.
2 changes: 0 additions & 2 deletions src/Statements/ContinueStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
class ContinueStatement extends StatementAbstract
{
/**
* @param CompilationContext $compilationContext
*
* @throws CompilerException
*/
public function compile(CompilationContext $compilationContext): void
Expand Down
2 changes: 0 additions & 2 deletions src/Statements/StatementAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public function __construct(protected array $statement)

/**
* Compiles the statement.
*
* @param CompilationContext $compilationContext
*/
abstract public function compile(CompilationContext $compilationContext);

Expand Down
Loading

0 comments on commit fdf8863

Please sign in to comment.