Completed
Branch master (ad3607)
by Gaetano
19:11
created
Core/Executor/LocationManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             !isset($match['parent_location_id']) &&
44 44
             !isset($match['parent_location_remote_id'])
45 45
         ) {
46
-          throw new \Exception('Either the ID or remote ID of a content, the ID or remote ID of a location or the id or remote ID
46
+            throw new \Exception('Either the ID or remote ID of a content, the ID or remote ID of a location or the id or remote ID
47 47
           of the parent location of the contents you want to create a new location are required to create a new location.');
48 48
         }
49 49
 
Please login to merge, or discard this patch.