Searched refs:normalizeStmt (Results 1 – 5 of 5) sorted by relevance
32 $this->stmts[] = BuilderHelpers::normalizeStmt($stmt);
35 $this->stmts[] = BuilderHelpers::normalizeStmt($stmt);
114 $this->stmts[] = BuilderHelpers::normalizeStmt($stmt);
27 $this->assertSame($stmt, BuilderHelpers::normalizeStmt($stmt));30 $normalizedExpr = BuilderHelpers::normalizeStmt($expr);36 BuilderHelpers::normalizeStmt(new Node\Attribute(new Node\Name('Test')));42 BuilderHelpers::normalizeStmt('test');
48 public static function normalizeStmt($node): Stmt { function in PhpParser\\BuilderHelpers
Completed in 6 milliseconds