Completed
Pull Request — master (#97)
by Simone
04:10 queued 01:56
created
src/Sensorario/Resources/Validators/Validators/RightType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
                     if (is_numeric($resource->get($key)) && is_string($resource->get($key))) {
32 32
                         throw new \RuntimeException(
33
-                            'Property `'.$key.'` must be an integer!'
33
+                            'Property `' . $key . '` must be an integer!'
34 34
                         );
35 35
                     }
36 36
 
Please login to merge, or discard this patch.