Completed
Branch master (827a00)
by Samuel
05:21 queued 02:52
created
src/packages/basics/Integer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     private function generateDefaults()
33 33
     {
34 34
         if (empty($this->min)) {
35
-           self::setMin($this->setDefaults()['min']);
35
+            self::setMin($this->setDefaults()['min']);
36 36
         }
37 37
 
38 38
         if (empty($this->max)) {
Please login to merge, or discard this patch.