@@ -158,8 +158,7 @@ discard block |
||
158 | 158 | try |
159 | 159 | { |
160 | 160 | $validator->__invoke(); |
161 | - } |
|
162 | - catch ( AssertionFailedException $e ) |
|
161 | + } catch ( AssertionFailedException $e ) |
|
163 | 162 | { |
164 | 163 | $errors[$fieldName] = $e->getMessage(); |
165 | 164 | } |
@@ -2246,8 +2245,7 @@ discard block |
||
2246 | 2245 | ); |
2247 | 2246 | |
2248 | 2247 | throw $this->createException($message, $this->overrideCode ?: self::INVALID_EMAIL, $fieldName); |
2249 | - } |
|
2250 | - else |
|
2248 | + } else |
|
2251 | 2249 | { |
2252 | 2250 | $host = substr($this->value, strpos($this->value, '@') + 1); |
2253 | 2251 | // Likely not a FQDN, bug in PHP FILTER_VALIDATE_EMAIL prior to PHP 5.3.3 |
@@ -2381,8 +2379,7 @@ discard block |
||
2381 | 2379 | try |
2382 | 2380 | { |
2383 | 2381 | $this->regex('/^04[0-9]{8})$/', $message, $fieldName); |
2384 | - } |
|
2385 | - catch ( AssertionFailedException $e ) |
|
2382 | + } catch ( AssertionFailedException $e ) |
|
2386 | 2383 | { |
2387 | 2384 | $message = $message ?: $this->overrideError; |
2388 | 2385 | $message = sprintf( |
@@ -2414,8 +2411,7 @@ discard block |
||
2414 | 2411 | try |
2415 | 2412 | { |
2416 | 2413 | $this->regex('(^([a-zA-Z]{1}[a-zA-Z0-9]*)$)', $message, $fieldName); |
2417 | - } |
|
2418 | - catch (AssertionFailedException $e) |
|
2414 | + } catch (AssertionFailedException $e) |
|
2419 | 2415 | { |
2420 | 2416 | $message = $message ?: $this->overrideError; |
2421 | 2417 | $message = sprintf( |
@@ -2721,8 +2717,7 @@ discard block |
||
2721 | 2717 | try |
2722 | 2718 | { |
2723 | 2719 | $this->email($message, $fieldName); |
2724 | - } |
|
2725 | - catch (AssertionFailedException $e) |
|
2720 | + } catch (AssertionFailedException $e) |
|
2726 | 2721 | { |
2727 | 2722 | $message = $message ?: $this->overrideError; |
2728 | 2723 | $message = sprintf( |
@@ -347,8 +347,7 @@ discard block |
||
347 | 347 | $closure->__invoke($this); |
348 | 348 | } |
349 | 349 | $this->getLogger()->info("[{$testName}] - " . $testCase->getSuccessMessage()); |
350 | - } |
|
351 | - catch ( \Exception $e ) |
|
350 | + } catch ( \Exception $e ) |
|
352 | 351 | { |
353 | 352 | $expectedCode = $testCase->getExceptionCode(); |
354 | 353 | $expectedClass = $testCase->getExceptionType(); |
@@ -1030,8 +1029,7 @@ discard block |
||
1030 | 1029 | if ( is_callable($this->formatter) ) |
1031 | 1030 | { |
1032 | 1031 | $message = $this->formatter->__invoke(static::$logLevels[$level][4], $message, $context); |
1033 | - } |
|
1034 | - else |
|
1032 | + } else |
|
1035 | 1033 | { |
1036 | 1034 | $message = $this->formatMessage($level, $message, $context); |
1037 | 1035 | } |