Completed
Branch #338-Save_posting_before_movin... (90c6c5)
by Schlaefer
02:36
created
src/Controller/Component/PostingComponent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
                 throw new \InvalidArgumentException(
67 67
                     'Parent posting for creating a new answer not found.',
68 68
                     1564756571
69
-                ) ;
69
+                );
70 70
             }
71 71
             $parentId = $parent->get('id');
72 72
             $categoryId = $parent->get('category_id');
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
                 throw new \InvalidArgumentException(
82 82
                     'New root posting requires a category.',
83 83
                     1564756571
84
-                ) ;
84
+                );
85 85
             }
86 86
             $categoryId = (int)$data['category_id'];
87 87
         }
Please login to merge, or discard this patch.