Completed
Push — master ( cff823...7c7683 )
by Nikita
03:39
created
src/autoload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 spl_autoload_register(
4
-    function ($className) {
4
+    function($className) {
5 5
         $className = ltrim($className, '\\');
6 6
         $fileName = '';
7 7
         if ($lastNsPos = strripos($className, '\\')) {
Please login to merge, or discard this patch.
src/Regression/RegressionFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * @param string $className
58 58
      * @param array  $data
59
-     * @return InterfaceRegression
59
+     * @return RegressionModel
60 60
      * @throws TypeError
61 61
      */
62 62
     protected static function createContainer(string $className, array $data): RegressionModel
Please login to merge, or discard this patch.