Completed
Push — master ( 96b04d...03bbfd )
by Oliver
02:41
created
src/BoxedCode/Eloquent/Meta/MetaItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      */
92 92
     public function setValueAttribute($value, $type = null)
93 93
     {
94
-        if (is_null($type) && ! isset($this->attributes['type'])) {
94
+        if (is_null($type) && !isset($this->attributes['type'])) {
95 95
             $registry = $this->getTypeRegistry();
96 96
             $this->attributes['type'] = $registry->findTypeFor($value)->getClass();
97 97
         }
Please login to merge, or discard this patch.