aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Exception/IncorrectBracketsException.php
diff options
context:
space:
mode:
authorNeonXP <frei@neonxp.info>2013-09-06 08:19:02 +0400
committerNeonXP <frei@neonxp.info>2013-09-06 08:19:02 +0400
commit9cef8dbc799343f6fc0fca926fbef4917b94f335 (patch)
tree915397133271cdc9e2e86a800be02ec695184fdc /src/NXP/Exception/IncorrectBracketsException.php
parent4b08ec4b4dbf83dd242d7882e852b8d933ef0560 (diff)
+ Added cache, which speeds up the repetitive calculations
+ Returned variables, because they need for cached expressions
Diffstat (limited to 'src/NXP/Exception/IncorrectBracketsException.php')
-rw-r--r--src/NXP/Exception/IncorrectBracketsException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NXP/Exception/IncorrectBracketsException.php b/src/NXP/Exception/IncorrectBracketsException.php
index 68d67c6..e2aaed9 100644
--- a/src/NXP/Exception/IncorrectBracketsException.php
+++ b/src/NXP/Exception/IncorrectBracketsException.php
@@ -12,7 +12,7 @@
namespace NXP\Exception;
/**
- * @author V@author Alexander Kiryukhin <alexander@symdev.org>
+ * @author Alexander Kiryukhin <alexander@symdev.org>
*/
class IncorrectBracketsException extends \Exception
{