Completed
Push — master ( f63f4b...0cae82 )
by Laurent
01:38
created
class/bbcvols.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     private $pilot;
87 87
 
88 88
     /**
89
-     * @return int
89
+     * @return string
90 90
      */
91 91
     public function getIdBBCVols()
92 92
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @return int
97
+     * @return string
98 98
      */
99 99
     public function getId()
100 100
     {
Please login to merge, or discard this patch.
card.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,8 +196,7 @@
 block discarded – undo
196 196
                 $urltogo = $backtopage ? $backtopage : dol_buildpath('/flightlog/list.php', 1);
197 197
                 header("Location: " . $urltogo);
198 198
                 exit;
199
-            }
200
-            else{
199
+            } else{
201 200
                 // Creation KO
202 201
                 if (!empty($object->errors)) {
203 202
                     setEventMessages(null, $object->errors, 'errors');
Please login to merge, or discard this patch.