We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e53d171 + ecb13a6 commit 7c15820Copy full SHA for 7c15820
lib/Common/Reedsolomon/GenericGFPoly.php
@@ -38,7 +38,7 @@ final class GenericGFPoly
38
* @param coefficients array coefficients as ints representing elements of GF(size), arranged
39
* from most significant (highest-power term) coefficient to least significant
40
*
41
- * @throws IllegalArgumentException if argument is null or empty,
+ * @throws InvalidArgumentException if argument is null or empty,
42
* or if leading coefficient is 0 and this is not a
43
* constant polynomial (that is, it is not the monomial "0")
44
*/
0 commit comments