Completed
Push — develop ( 316159...00443b )
by Zack
20:22
created
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.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 NotIdentical 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_NotIdentical';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_NotIdentical';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.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 Smaller 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_Smaller';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Smaller';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.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 Minus 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_Minus';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Minus';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.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 Spaceship 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_Spaceship';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Spaceship';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.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 Greater 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_Greater';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_Greater';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.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 NotEqual 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_NotEqual';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_NotEqual';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.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 LogicalOr extends BinaryOp
8 8
 {
9
-    public function getOperatorSigil() : string {
10
-        return 'or';
11
-    }
9
+	public function getOperatorSigil() : string {
10
+		return 'or';
11
+	}
12 12
     
13
-    public function getType() : string {
14
-        return 'Expr_BinaryOp_LogicalOr';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_LogicalOr';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.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 ShiftRight 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_ShiftRight';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_ShiftRight';
15
+	}
16 16
 }
Please login to merge, or discard this patch.
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.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 GreaterOrEqual 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_GreaterOrEqual';
15
-    }
13
+	public function getType() : string {
14
+		return 'Expr_BinaryOp_GreaterOrEqual';
15
+	}
16 16
 }
Please login to merge, or discard this patch.