Passed
Push — master ( e7e57d...5a5376 )
by Roberto
11:50 queued 09:43
created
src/Make.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3170,11 +3170,11 @@
 block discarded – undo
3170 3170
     }
3171 3171
     
3172 3172
         /**
3173
-     * Formatação numerica condicional
3174
-     * @param string|float|int|null $value
3175
-     * @param int $decimal
3176
-     * @return string
3177
-     */
3173
+         * Formatação numerica condicional
3174
+         * @param string|float|int|null $value
3175
+         * @param int $decimal
3176
+         * @return string
3177
+         */
3178 3178
     protected function conditionalNumberFormatting($value = null, $decimal = 2)
3179 3179
     {
3180 3180
         if (is_numeric($value)) {
Please login to merge, or discard this patch.