Test Failed
Push — master ( e79ac4...631d09 )
by Vitaly
36:34 queued 26:35
created
src/Module.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -156,6 +156,9 @@
 block discarded – undo
156 156
         return $this;
157 157
     }
158 158
 
159
+    /**
160
+     * @param string $viewPath
161
+     */
159 162
     public function view($viewPath)
160 163
     {
161 164
         // Find full path to view file
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use samsonphp\core\exception\ControllerActionNotFound;
8 8
 use samsonphp\core\exception\ViewPathNotFound;
9 9
 use samsonphp\core\exception\ViewVariableNotFound;
10
-use Symfony\Component\Config\Definition\Exception\Exception;
11 10
 
12 11
 /**
13 12
  * Модуль системы
Please login to merge, or discard this patch.
src/View.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 /**
73 73
  * Figure out if module view variable value is correctly set for view output
74 74
  *
75
- * @param \samson\core\iModule $m     Pointer to module
75
+ * @param samson\core\Module|null $m     Pointer to module
76 76
  * @param string               $name  View variable name
77 77
  * @param mixed                $value Value to compare
78 78
  *
Please login to merge, or discard this patch.