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.
1 parent c58310a commit 1d9d643Copy full SHA for 1d9d643
tests/VectorTest.php
@@ -1,5 +1,8 @@
1
<?php
2
-namespace MathPHP\Tests\LinearAlgebra;
+
3
+declare(strict_types = 1);
4
5
+namespace MCordingley\LinearAlgebraTest;
6
7
use MCordingley\LinearAlgebra\Matrix;
8
use MCordingley\LinearAlgebra\MatrixException;
0 commit comments