Passed
Pull Request — master (#2942)
by
unknown
06:01
created
app/Module/BatchUpdate/BatchUpdatePrimaryMediaPlugin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@  discard block
 block discarded – undo
32 32
  */
33 33
 class BatchUpdatePrimaryMediaPlugin extends BatchUpdateBasePlugin
34 34
 {
35
-     /** @var array Array of xref of media objects marked as primary */
36
-     private $primary_media;
35
+        /** @var array Array of xref of media objects marked as primary */
36
+        private $primary_media;
37 37
 
38 38
     /**
39 39
      * User-friendly name for this plugin.
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
                 $key = array_search ($primary_media, $matches[0]);
88 88
                 $update = ($key >= count($rows)) ? true : false;
89 89
             }
90
-             // Store the found items as Gedcom row in a class array to retrieve them later in the process
90
+                // Store the found items as Gedcom row in a class array to retrieve them later in the process
91 91
             $this->primary_media[$record->xref()][]  = $primary_media;
92 92
 
93 93
         }
Please login to merge, or discard this patch.