diff options
author | Alexander Votteler | 2020-06-04 15:57:04 +0200 |
---|---|---|
committer | GitHub | 2020-06-04 15:57:04 +0200 |
commit | 26457536260dc8ea7124fc58cfa32bd315357933 (patch) | |
tree | 62a9e7b74116f26e012c8b782593aa3651fe98c3 /lib | |
parent | c4f79d3604fb05a2ea573cc46e4ee1827ea9e4cf (diff) | |
parent | 75343c84c173c0771021cd15200ba3d1579ab3fe (diff) |
Merge pull request #113 from NerdyProjects/events/kclela2020
Events/kclela2020
Diffstat (limited to 'lib')
-rw-r--r-- | lib/less.php/Less.php | 2 |
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) . '`' ); } } |