Completed
Push — master ( ad3607...e552c5 )
by Gaetano
16:21 queued 12:56
created
MigrationVersions/20100101000200_MigrateV1ToV2.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Kaliop\eZMigrationBundle\API\MigrationInterface;
4
-
5 4
 use Symfony\Component\DependencyInjection\ContainerInterface;
6 5
 use Kaliop\eZMigrationBundle\API\Value\Migration;
7 6
 use Kaliop\eZMigrationBundle\API\Value\MigrationDefinition;
Please login to merge, or discard this patch.
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.