Completed
Push — master ( 6a8856...a11be9 )
by Michal
03:24
created
src/Subtraction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 class TernaryIntermediate extends TerminalExpression {
5 5
 
6
-    public function operate(Stack $stack, $variables=array()) {
6
+    public function operate(Stack $stack, $variables = array()) {
7 7
         throw new \RuntimeException('Mismatched ternary operator!');
8 8
     }
9 9
 
Please login to merge, or discard this patch.
src/Parenthesis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 class TernaryIntermediate extends TerminalExpression {
5 5
 
6
-    public function operate(Stack $stack, $variables=array()) {
6
+    public function operate(Stack $stack, $variables = array()) {
7 7
         throw new \RuntimeException('Mismatched ternary operator!');
8 8
     }
9 9
 
Please login to merge, or discard this patch.