Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 150
Zeile 76... Zeile 76...
76
     */
76
     */
77
    public function getNode(): PhpParser\Node {
77
    public function getNode(): PhpParser\Node {
78
        return new Stmt\EnumCase(
78
        return new Stmt\EnumCase(
79
            $this->name,
79
            $this->name,
80
            $this->value,
80
            $this->value,
81
            $this->attributes,
81
            $this->attributeGroups,
82
            $this->attributeGroups
82
            $this->attributes
83
        );
83
        );
84
    }
84
    }
85
}
85
}