Skip to content

Commit 6fdd8cf

Browse files
authored
BCMath\Number::powmod: remove whitespaces between tags (#4418)
* remove extra space * keep classname in the same line to avoid space in compilation
1 parent 7cbecee commit 6fdd8cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/bc/bcmath/number/divmod.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<refsect1 role="returnvalues">
2424
&reftitle.returnvalues;
2525
<simpara>
26-
Returns an indexed <type>array</type> where the first element is the quotient as a new <classname>
27-
BcMath\Number</classname> object and the second element is the remainder as a new <classname>
28-
BcMath\Number</classname> object.
26+
Returns an indexed <type>array</type> where the first element is the quotient as a new
27+
<classname>BcMath\Number</classname> object and the second element is the remainder as a new
28+
<classname>BcMath\Number</classname> object.
2929
</simpara>
3030
<simpara>
3131
The quotient is always an integer value, so <property>BcMath\Number::scale</property> of the quotient will

reference/bc/bcmath/number/powmod.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</methodsynopsis>
1616
<simpara>
1717
Use the fast-exponentiation method to raise <varname>$this</varname> to the power
18-
<parameter>exponent</parameter> with respect to the modulus <parameter> modulus</parameter>.
18+
<parameter>exponent</parameter> with respect to the modulus <parameter>modulus</parameter>.
1919
</simpara>
2020
</refsect1>
2121

0 commit comments

Comments
 (0)