Passed
Push — develop ( a2e445...3f2ff8 )
by nguereza
11:57
created
src/Exception/ExpressionException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,6 +40,5 @@
 block discarded – undo
40 40
  * @class ExpressionException
41 41
  * @package Platine\Expression\Exception
42 42
  */
43
-class ExpressionException extends Exception
44
-{
43
+class ExpressionException extends Exception {
45 44
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class IncorrectFunctionParameterException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class IncorrectFunctionParameterException extends ExpressionException
42
-{
41
+class IncorrectFunctionParameterException extends ExpressionException {
43 42
 }
Please login to merge, or discard this patch.
src/Exception/DivisionByZeroException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class DivisionByZeroException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class DivisionByZeroException extends ExpressionException
42
-{
41
+class DivisionByZeroException extends ExpressionException {
43 42
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class IncorrectBracketsException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class IncorrectBracketsException extends ExpressionException
42
-{
41
+class IncorrectBracketsException extends ExpressionException {
43 42
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class UnknownFunctionException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class UnknownFunctionException extends ExpressionException
42
-{
41
+class UnknownFunctionException extends ExpressionException {
43 42
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class UnknownOperatorException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class UnknownOperatorException extends ExpressionException
42
-{
41
+class UnknownOperatorException extends ExpressionException {
43 42
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class UnknownVariableException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class UnknownVariableException extends ExpressionException
42
-{
41
+class UnknownVariableException extends ExpressionException {
43 42
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class IncorrectNumberOfFunctionParametersException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class IncorrectNumberOfFunctionParametersException extends ExpressionException
42
-{
41
+class IncorrectNumberOfFunctionParametersException extends ExpressionException {
43 42
 }
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
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * @class IncorrectExpressionException
39 39
  * @package Platine\Expression\Exception
40 40
  */
41
-class IncorrectExpressionException extends ExpressionException
42
-{
41
+class IncorrectExpressionException extends ExpressionException {
43 42
 }
Please login to merge, or discard this patch.