mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 18:38:05 +01:00
eeb63065be
Sorry for that one large commit. Won't happen again.
11 lines
257 B
PHP
11 lines
257 B
PHP
<?php
|
|
|
|
/**
|
|
* @property null|string $type Typehint
|
|
* @property bool $byRef Whether is passed by reference
|
|
* @property string $name Name
|
|
* @property mixed $default Default value
|
|
*/
|
|
class Node_Stmt_FuncParam extends Node_Stmt
|
|
{
|
|
} |