Passed
Push — develop ( 782f14...172205 )
by nguereza
01:54
created
src/Exception/DivisionByZeroException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class DivisionByZeroException extends ExpressionException
38
-{
37
+class DivisionByZeroException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/IncorrectFunctionParameterException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class IncorrectFunctionParameterException extends ExpressionException
38
-{
37
+class IncorrectFunctionParameterException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/UnknownVariableException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class UnknownVariableException extends ExpressionException
38
-{
37
+class UnknownVariableException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/UnknownFunctionException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class UnknownFunctionException extends ExpressionException
38
-{
37
+class UnknownFunctionException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/UnknownOperatorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class UnknownOperatorException extends ExpressionException
38
-{
37
+class UnknownOperatorException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/ExpressionException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,6 +36,5 @@
 block discarded – undo
36 36
 
37 37
 use Exception;
38 38
 
39
-class ExpressionException extends Exception
40
-{
39
+class ExpressionException extends Exception {
41 40
 }
Please login to merge, or discard this patch.
src/Exception/IncorrectBracketsException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class IncorrectBracketsException extends ExpressionException
38
-{
37
+class IncorrectBracketsException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/IncorrectNumberOfFunctionParametersException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class IncorrectNumberOfFunctionParametersException extends ExpressionException
38
-{
37
+class IncorrectNumberOfFunctionParametersException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.
src/Exception/IncorrectExpressionException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,6 +34,5 @@
 block discarded – undo
34 34
 
35 35
 namespace Platine\Expression\Exception;
36 36
 
37
-class IncorrectExpressionException extends ExpressionException
38
-{
37
+class IncorrectExpressionException extends ExpressionException {
39 38
 }
Please login to merge, or discard this patch.