Test Setup Failed
Branch master (c7f1db)
by Curtis
28:42 queued 16:05
created
src/Writer/Sour/Data/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\Sour\Data\Even &$even, $level)
23
+    public static function convert(\Gedcom\Record\Sour\Data\Even &$even, $level)
24 24
     {
25 25
         $output = $level." EVEN\n";
26 26
         $level++;
Please login to merge, or discard this patch.
src/Writer/Note.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\Note &$note)
25
+    public static function convert(\Gedcom\Record\Note &$note)
26 26
     {
27 27
         $level = 0;
28 28
         $output = '';
Please login to merge, or discard this patch.
src/Writer/Obje.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\Obje &$obje)
25
+    public static function convert(\Gedcom\Record\Obje &$obje)
26 26
     {
27 27
         $level = 0;
28 28
         $output = '';
Please login to merge, or discard this patch.
src/Writer/RepoRef.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\RepoRef &$reporef, $level)
23
+    public static function convert(\Gedcom\Record\RepoRef &$reporef, $level)
24 24
     {
25 25
         $output = '';
26 26
         $_repo = $reporef->getRepo();
Please login to merge, or discard this patch.
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.