Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 27, 2022
1 parent 19a988f commit 8d393ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/voku/SimplePhpParser/Model/PHPDefineConstant.php
Expand Up @@ -5,7 +5,6 @@
namespace voku\SimplePhpParser\Model;

use PhpParser\Node\Expr\FuncCall;
use PhpParser\Node\Scalar\String_;
use voku\SimplePhpParser\Parsers\Helper\Utils;

class PHPDefineConstant extends PHPConst
Expand Down
8 changes: 5 additions & 3 deletions tests/Dummy11.php
Expand Up @@ -7,9 +7,11 @@
/**
* @internal
*/
class Dummy11 {
class Dummy11
{
public function __construct(
public readonly string $title,
public readonly \DateTimeImmutable $date,
) {}
}
) {
}
}

0 comments on commit 8d393ac

Please sign in to comment.