Completed
Push — develop ( 32764c...cb3cfa )
by
unknown
20:26
created
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class Equal extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '==';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '==';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_Equal';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Equal';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class Plus extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '+';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '+';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_Plus';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Plus';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class Mul extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '*';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '*';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_Mul';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Mul';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class BooleanAnd extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '&&';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '&&';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_BooleanAnd';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_BooleanAnd';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class Div extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '/';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '/';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_Div';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Div';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class SmallerOrEqual extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '<=';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '<=';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_SmallerOrEqual';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_SmallerOrEqual';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class BooleanOr extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '||';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '||';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_BooleanOr';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_BooleanOr';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class BitwiseXor extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '^';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '^';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_BitwiseXor';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_BitwiseXor';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class Pow extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return '**';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return '**';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_Pow';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Pow';
15
+	}
16 16
 }
Please login to merge, or discard this patch.