Completed
Pull Request — master (#179)
by
unknown
12s
created
src/Core/Record.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
                 $images = [];
70 70
                 foreach ($format->preview->images->children() as $image) {
71 71
                     $imageObj = new Image();
72
-                    $imageObj->setAlt( $image['alt']->__toString());
72
+                    $imageObj->setAlt($image['alt']->__toString());
73 73
                     $imageObj->setHeight((int) $image['height']->__toString());
74 74
                     $imageObj->setWidth((int) $image['width']->__toString());
75 75
                     $imageObj->setLink($image->__toString());
Please login to merge, or discard this patch.