Failed Conditions
Push — future/ConfuenceWrapper ( 07e591...c4d11e )
by
unknown
08:15
created
src/ConfluenceImporter/Service/Confluence.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
                 $bodyArray['ancestors'] = [
164 164
                     ['id' => $id]
165 165
                 ];
166
-            }else {
166
+            } else {
167 167
                 $pageId = $this->getPageId($key, $parentPage);
168 168
                 $bodyArray['ancestors'] = [
169 169
                     ['id' => $pageId]
Please login to merge, or discard this patch.