Completed
Push — master ( d676b1...ecc147 )
by Dispositif
02:12
created
src/Domain/OuvrageOptimize.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 //    {
130 130
 //        $value = $this->getParam($param);
131 131
 //        // note : strval() condition because intval('4c') = 4
132
-          // opti : $number can also be of type double
132
+            // opti : $number can also be of type double
133 133
 //        if ($value && intval($value) > 0 && intval($value) <= 10 && strval(intval($value)) === $value) {
134 134
 //            $number = abs(intval($value));
135 135
 //            $roman = NumberUtil::arab2roman($number);
@@ -473,8 +473,8 @@  discard block
 block discarded – undo
473 473
                 $this->log('°titre');
474 474
             }
475 475
 
476
-             // desactivé à cause de l'exception décrite ci-dessus
477
-             // si langue=VIDE : ajout langue= à partir de langue titre
476
+                // desactivé à cause de l'exception décrite ci-dessus
477
+                // si langue=VIDE : ajout langue= à partir de langue titre
478 478
 //            if (self::WIKI_LANGUAGE !== $lang && empty($this->getParam('langue'))) {
479 479
 //                $this->setParam('langue', $lang);
480 480
 //                $this->log('+langue='.$lang);
Please login to merge, or discard this patch.