Passed
Push — dev ( f79383...5f589d )
by Greg
06:20
created
app/Elements/NoteStructure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     {
118 118
         // A note structure can contain an inline note or a linked to a shared note.
119 119
         if (preg_match('/^@(' . Gedcom::REGEX_XREF . ')@$/', $value, $match) === 1) {
120
-            $note    = Registry::noteFactory()->make($match[1], $tree);
120
+            $note = Registry::noteFactory()->make($match[1], $tree);
121 121
 
122 122
             if ($note === null) {
123 123
                 return parent::labelValue($value, $tree);
Please login to merge, or discard this patch.