Completed
Push — master ( 050366...65f65a )
by Christopher
06:54
created
src/Models/MetadataTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
             if ($key == $keyName) {
105 105
                 continue;
106 106
             }
107
-            if ($secret['type'] == "blob"){
107
+            if ($secret['type'] == "blob") {
108 108
                 $complex->setMediaLinkEntry(true);
109 109
                 $streamInfo = new ResourceStreamInfo($key);
110 110
                 $complex->addNamedStream($streamInfo);
Please login to merge, or discard this patch.