Skip to content

Commit 1d9d643

Browse files
battlecookmcordingley
authored andcommitted
change namespace and add strict_type in VectorTest class (#33)
* change namespace and add strict_type in VectorTest class
1 parent c58310a commit 1d9d643

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/VectorTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
2-
namespace MathPHP\Tests\LinearAlgebra;
2+
3+
declare(strict_types = 1);
4+
5+
namespace MCordingley\LinearAlgebraTest;
36

47
use MCordingley\LinearAlgebra\Matrix;
58
use MCordingley\LinearAlgebra\MatrixException;

0 commit comments

Comments
 (0)