Test Failed
Push — master ( c7f1db...5d7159 )
by Curtis
26:05 queued 21:00
created
src/Writer/Repo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @return string
24 24
      */
25
-    public static function convert (\Gedcom\Record\Repo &$repo)
25
+    public static function convert(\Gedcom\Record\Repo &$repo)
26 26
     {
27 27
         $level = 0;
28 28
         $output = '';
Please login to merge, or discard this patch.
src/Writer/NoteRef.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param int                       $level
21 21
      * @return string
22 22
      */
23
-    public static function convert (\Gedcom\Record\NoteRef &$note, $level)
23
+    public static function convert(\Gedcom\Record\NoteRef &$note, $level)
24 24
     {
25 25
         $output = '';
26 26
 
Please login to merge, or discard this patch.
src/Writer/Indi/Fams.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @return string
24 24
      */
25
-    public static function convert (\Gedcom\Record\Indi\Fams &$fams, $level = 0)
25
+    public static function convert(\Gedcom\Record\Indi\Fams &$fams, $level = 0)
26 26
     {
27 27
         $output = '';
28 28
         // NAME
Please login to merge, or discard this patch.
src/Writer/Indi/Attr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param int                         $level
21 21
      * @return string
22 22
      */
23
-    public static function convert (\Gedcom\Record\Indi\Attr &$attr, $level = 0)
23
+    public static function convert(\Gedcom\Record\Indi\Attr &$attr, $level = 0)
24 24
     {
25 25
         return '';
26 26
     }
Please login to merge, or discard this patch.
src/Writer/Indi/Asso.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @return string
24 24
      */
25
-    public static function convert (\Gedcom\Record\Indi\Asso &$asso, $level = 0)
25
+    public static function convert(\Gedcom\Record\Indi\Asso &$asso, $level = 0)
26 26
     {
27 27
         $output = '';
28 28
         // _indi
Please login to merge, or discard this patch.
src/Writer/Indi/Famc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @return string
24 24
      */
25
-    public static function convert (\Gedcom\Record\Indi\Famc &$famc, $level = 0)
25
+    public static function convert(\Gedcom\Record\Indi\Famc &$famc, $level = 0)
26 26
     {
27 27
         $output = '';
28 28
         // NAME
Please login to merge, or discard this patch.
src/Writer/Indi/Name.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @return string
24 24
      */
25
-    public static function convert (\Gedcom\Record\Indi\Name &$name, $level = 0)
25
+    public static function convert(\Gedcom\Record\Indi\Name &$name, $level = 0)
26 26
     {
27 27
         $output = '';
28 28
         // NAME
Please login to merge, or discard this patch.
src/Writer/Indi/Even.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param int                         $level
21 21
      * @return string
22 22
      */
23
-    public static function convert (\Gedcom\Record\Indi\Even &$even, $level = 0)
23
+    public static function convert(\Gedcom\Record\Indi\Even &$even, $level = 0)
24 24
     {
25 25
         $output = '';
26 26
 
Please login to merge, or discard this patch.
src/Writer/Indi/Even/Plac.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param int                              $level
21 21
      * @return string
22 22
      */
23
-    public static function convert (\Gedcom\Record\Indi\Even\Plac &$plac, $level = 0)
23
+    public static function convert(\Gedcom\Record\Indi\Even\Plac &$plac, $level = 0)
24 24
     {
25 25
         $output = '';
26 26
 
Please login to merge, or discard this patch.