Completed
Push — Recipes ( 9c2236...1ddc90 )
by Laurent
04:54
created
src/DataFixtures/LoadArticleData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      */
85 85
      protected function rnd_fl(int $min = 0, int $max = null): float
86 86
     {
87
-        return (float)rand($min, $max) / (float)getrandmax();
87
+        return (float) rand($min, $max) / (float) getrandmax();
88 88
     }
89 89
 
90 90
     /**
Please login to merge, or discard this patch.