aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php/Less.php
diff options
context:
space:
mode:
authorAlexander Votteler2020-06-04 15:57:04 +0200
committerGitHub2020-06-04 15:57:04 +0200
commit26457536260dc8ea7124fc58cfa32bd315357933 (patch)
tree62a9e7b74116f26e012c8b782593aa3651fe98c3 /lib/less.php/Less.php
parentc4f79d3604fb05a2ea573cc46e4ee1827ea9e4cf (diff)
parent75343c84c173c0771021cd15200ba3d1579ab3fe (diff)
Merge pull request #113 from NerdyProjects/events/kclela2020
Events/kclela2020
Diffstat (limited to 'lib/less.php/Less.php')
-rw-r--r--lib/less.php/Less.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/less.php/Less.php b/lib/less.php/Less.php
index 89a4877..3616cb4 100644
--- a/lib/less.php/Less.php
+++ b/lib/less.php/Less.php
@@ -8097,7 +8097,7 @@ class Less_Tree_Mixin_Call extends Less_Tree{
} else {
$defaultResult = $defTrue;
if( ($count[$defTrue] + $count[$defFalse]) > 1 ){
- throw new Exception( 'Ambiguous use of `default()` found when matching for `'. $this->format($args) + '`' );
+ throw new Exception( 'Ambiguous use of `default()` found when matching for `'. $this->format($args) . '`' );
}
}