Completed
Pull Request — master (#49)
by Povilas
02:51
created
src/Phpml/Exception/MatrixException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,6 +27,6 @@
 block discarded – undo
27 27
      */
28 28
     public static function singularMatrix()
29 29
     {
30
-       return new self('Matrix is singular');
30
+        return new self('Matrix is singular');
31 31
     }
32 32
 }
Please login to merge, or discard this patch.