Skip to content

Commit 796d921

Browse files
committed
Fix linter issues
1 parent bcb6210 commit 796d921

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

libs/parser/src/Parser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public function __construct(
4040
* hints: false,
4141
* );
4242
* ```
43-
*
44-
* @phpstan-pure
4543
*/
4644
public function withFeatures(bool ...$features): self
4745
{

libs/parser/src/ParserFeatures.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ public function __construct(
9292
* hints: false,
9393
* );
9494
* ```
95-
*
96-
* @phpstan-pure
9795
*/
9896
public function with(bool ...$features): self
9997
{

0 commit comments

Comments
 (0)