Home
last modified time | relevance | path

Searched refs:classConst (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php43 $this->assertInstanceOf(Builder\ClassConst::class, $factory->classConst('TEST', 1));
322 ->addStmt($factory->classConst('CONST_WITH_ATTRIBUTE', 1)
327 ->addStmt($factory->classConst("FIRST_CLASS_CONST", 1)
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php195 public function classConst($name, $value): Builder\ClassConst { function in PhpParser\\BuilderFactory
/PHP-Parser/
H A Dphpstan-baseline.neon28 …message: '#^Method PhpParser\\BuilderFactory\:\:classConst\(\) has parameter \$value with no value…

Completed in 26 milliseconds