This commit is contained in:
Dennis Eichhorn 2023-10-22 23:17:39 +00:00
parent 484963099d
commit b4384f965a

View File

@ -742,7 +742,7 @@ class Matrix implements \ArrayAccess, \Iterator
}
/**
* Sum the elements in the matrix
* Sum the elements in the matrix.
*
* @param int $axis Axis (-1 -> all dimensions, 0 -> columns, 1 -> rows)
*