From 1675a0883f5900b5e9b60d926a944db15ddda75f Mon Sep 17 00:00:00 2001 From: maks-rafalko Date: Thu, 12 Aug 2021 14:13:11 +0300 Subject: [PATCH] Add an interface to understand whether the output has syntax error --- src/SyntaxErrorAware.php | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/SyntaxErrorAware.php diff --git a/src/SyntaxErrorAware.php b/src/SyntaxErrorAware.php new file mode 100644 index 0000000..8535e78 --- /dev/null +++ b/src/SyntaxErrorAware.php @@ -0,0 +1,41 @@ +