Completed
Pull Request — 2.1 (#1142)
by
unknown
08:29
created
src/SWP/Bundle/ContentBundle/Processor/EmbeddedImageProcessor.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,8 +116,8 @@
 block discarded – undo
116 116
 
117 117
     private function appendImageCopyrightNotice(ArticleMediaInterface $articleMedia, \DOMElement $figCaptionNode): void
118 118
     {
119
-	$copyrightNotice = $this->applyCopyrightNotice($articleMedia);    
120
-	if(null != copyrightNotice){
119
+    $copyrightNotice = $this->applyCopyrightNotice($articleMedia);    
120
+    if(null != copyrightNotice){
121 121
             $element = new \DOMElement('span');
122 122
             $figCaptionNode->appendChild($element);
123 123
             $authorDiv = $figCaptionNode->childNodes[1];
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     private function appendImageCopyrightNotice(ArticleMediaInterface $articleMedia, \DOMElement $figCaptionNode): void
118 118
     {
119 119
 	$copyrightNotice = $this->applyCopyrightNotice($articleMedia);    
120
-	if(null != copyrightNotice){
120
+	if (null != copyrightNotice) {
121 121
             $element = new \DOMElement('span');
122 122
             $figCaptionNode->appendChild($element);
123 123
             $authorDiv = $figCaptionNode->childNodes[1];
Please login to merge, or discard this patch.