aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2020-05-20 06:16:13 +0300
committerGitHub <noreply@github.com>2020-05-20 06:16:13 +0300
commit2c18fbb2452baa1839f9102b309de1967b30307d (patch)
treebb1049748d4b6f12209d0a868fb17592b85789ea /README.md
parentd195b3e909ddcd2f983d303164a1855c3557c7ff (diff)
parent949334d6c37d384800c639ba9941e94f5157f5ac (diff)
Merge branch 'master' into neonxp-ng
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14ede4c..65b9dc2 100644
--- a/README.md
+++ b/README.md
@@ -141,9 +141,7 @@ Or call setDivisionByZeroIsZero
```php
echo $executor->setDivisionByZeroIsZero()->execute('1/0');
```
-
If you want another behavior, you can override division operator:
-
```php
$executor->addOperator("/", false, 180, function($a, $b) {
if ($b == 0) {