Test Setup Failed
Branch master (c7f1db)
by Curtis
28:42 queued 16:05
created
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.
src/Writer/SourRef.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\SourRef &$sour, $level)
23
+    public static function convert(\Gedcom\Record\SourRef &$sour, $level)
24 24
     {
25 25
         $output = '';
26 26
         $_sour = $sour->getSour();
Please login to merge, or discard this patch.
src/Writer/ObjeRef.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\ObjeRef &$obje, $level)
25
+    public static function convert(\Gedcom\Record\ObjeRef &$obje, $level)
26 26
     {
27 27
         $output = '';
28 28
 
Please login to merge, or discard this patch.
src/Writer/Head/Sour.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param int                         $level
22 22
      * @return string
23 23
      */
24
-    public static function convert (\Gedcom\Record\Head\Sour &$sour, $level)
24
+    public static function convert(\Gedcom\Record\Head\Sour &$sour, $level)
25 25
     {
26 26
         $output = '';
27 27
         $_sour = $sour->getSour();
Please login to merge, or discard this patch.
src/Writer/Head/Char.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param int                         $level
22 22
      * @return string
23 23
      */
24
-    public static function convert (\Gedcom\Record\Head\Char &$char, $level)
24
+    public static function convert(\Gedcom\Record\Head\Char &$char, $level)
25 25
     {
26 26
         $output = '';
27 27
         // char
Please login to merge, or discard this patch.
src/Writer/Head/Date.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param int                         $level
22 22
      * @return string
23 23
      */
24
-    public static function convert (\Gedcom\Record\Head\Date &$date, $level)
24
+    public static function convert(\Gedcom\Record\Head\Date &$date, $level)
25 25
     {
26 26
         $output = '';
27 27
         $_date = $date->getDate();
Please login to merge, or discard this patch.
src/Writer/Head/Sour/Data.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param int                              $level
22 22
      * @return string
23 23
      */
24
-    public static function convert (\Gedcom\Record\Head\Sour\Data &$data, $level)
24
+    public static function convert(\Gedcom\Record\Head\Sour\Data &$data, $level)
25 25
     {
26 26
         $output = '';
27 27
         $_data = $data->getData();
Please login to merge, or discard this patch.