Fix spacing

This commit is contained in:
Dennis Eichhorn 2018-06-03 10:35:15 +02:00
parent 381ce558b9
commit 7db81b9bdd

View File

@ -185,7 +185,7 @@ class Matrix implements \ArrayAccess, \Iterator
*/
public function getSubMatrixByColumnsRows(array $rows, array $cols) : Matrix
{
$X = [[]];
$X = [[]];
$rlength = count($rows);
$clength = count($cols);