mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
add comment in class "NoTerminalExpression/TerminalExpression" and upd README.rst
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace DesignPatterns\Behavioral\Interpreter;
|
||||
|
||||
/**
|
||||
* This TerminalExpression
|
||||
*/
|
||||
class VariableExp extends AbstractExp
|
||||
{
|
||||
public function __construct(private string $name)
|
||||
|
Reference in New Issue
Block a user