mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-07 07:26:32 +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 NoTerminalExpression
|
||||
*/
|
||||
class AndExp extends AbstractExp
|
||||
{
|
||||
public function __construct(private AbstractExp $first, private AbstractExp $second)
|
||||
|
Reference in New Issue
Block a user