@@ -149,7 +149,7 @@ |
||
149 | 149 | } |
150 | 150 | } |
151 | 151 | |
152 | - $toBeRemoved = [ '=', '+', '-', 'HYPERLINK']; |
|
152 | + $toBeRemoved = ['=', '+', '-', 'HYPERLINK']; |
|
153 | 153 | $outputString = str_replace($toBeRemoved, '', $outputString); |
154 | 154 | |
155 | 155 | return $outputString; |