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 a2c9705 commit 34369dcCopy full SHA for 34369dc
config.neon
@@ -1,2 +1,2 @@
1
services:
2
- - Model\Math\Statistics\StatisticsManager
+ - Mathematicator\Statistics\StatisticsManager
src/StatisticsManager.php
@@ -1,6 +1,8 @@
<?php
3
-namespace Model\Math\Statistics;
+declare(strict_types=1);
4
+
5
+namespace Mathematicator\Statistics;
6
7
8
use Baraja\Doctrine\EntityManager;
0 commit comments