Skip to content

Commit 2d4f7b7

Browse files
committed
Fix Github Actions
- Fix coding standard - Fix scrutinizer code coverage updater
1 parent b47f43c commit 2d4f7b7

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

PhpTokenizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace phootwork\tokenizer;
1111

1212
class PhpTokenizer {
13-
1413
/**
1514
*
1615
* @param string $code

Token.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace phootwork\tokenizer;
1111

1212
class Token {
13-
1413
/** @var int */
1514
public int $type;
1615

TokenCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use phootwork\collection\ArrayList;
1313

1414
class TokenCollection extends ArrayList {
15-
1615
/**
1716
* Retrieves a token at the given index
1817
*

TokenVisitorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace phootwork\tokenizer;
1111

1212
interface TokenVisitorInterface {
13-
1413
/**
1514
* @param Token $token
1615
*

0 commit comments

Comments
 (0)