Skip to content

Commit

Permalink
batch: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 28, 2024
1 parent 27fda75 commit 506919b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Linter/Linter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
*
* @author Dariusz Rumiński <[email protected]>
*
* @readonly
*
* @internal
*/
final class Linter implements LinterInterface
Expand Down
2 changes: 2 additions & 0 deletions src/Linter/ProcessLinterProcessBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
/**
* @author Dariusz Rumiński <[email protected]>
*
* @readonly
*
* @internal
*/
final class ProcessLinterProcessBuilder
Expand Down
2 changes: 2 additions & 0 deletions src/Linter/TokenizerLinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
*
* @author Dariusz Rumiński <[email protected]>
*
* @readonly
*
* @internal
*/
final class TokenizerLinter implements LinterInterface
Expand Down
2 changes: 2 additions & 0 deletions src/Linter/TokenizerLintingResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
/**
* @author Dariusz Rumiński <[email protected]>
*
* @readonly
*
* @internal
*/
final class TokenizerLintingResult implements LintingResultInterface
Expand Down

0 comments on commit 506919b

Please sign in to comment.