Completed
Pull Request — master (#109)
by Simone
02:43
created
src/Sensorario/Resources/Rulers/Ruler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
         if ($this->typeMismatch()) {
64 64
             if ($this->resource->isFieldNumericButString($this->fieldName)) {
65 65
                 throw new \RuntimeException(
66
-                    'Property `'.$this->fieldName.'` must be an integer!'
66
+                    'Property `' . $this->fieldName . '` must be an integer!'
67 67
                 );
68 68
             }
69 69
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     {
92 92
         if ($this->rule->isNotMail()) {
93 93
             throw new \RuntimeException(
94
-                'Oops! `'. $this->rule->getRuleType() .'` custom validator is not available. Only email is.'
94
+                'Oops! `' . $this->rule->getRuleType() . '` custom validator is not available. Only email is.'
95 95
             );
96 96
         }
97 97
     }
Please login to merge, or discard this patch.