Completed
Push — master ( 2dc160...6e1c48 )
by John
02:54
created
src/Description/Schema/ScalarSchema.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     public function __construct(\stdClass $definition)
39 39
     {
40 40
         parent::__construct($definition);
41
-        $this->enum    = isset($definition->enum) ? (array)$definition->enum : null;
41
+        $this->enum = isset($definition->enum) ? (array)$definition->enum : null;
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.