Completed
Push — master ( b2b558...421e0c )
by Nikita
12:38 queued 01:03
created
src/Service.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace samson\core;
3
-use samsonframework\core\RequestInterface;
4 3
 use samsonframework\core\ResourcesInterface;
5 4
 use samsonframework\core\SystemInterface;
6 5
 
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
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 /**
68 68
  * Figure out if module view variable value is correctly set for view output
69 69
  *
70
- * @param \samson\core\iModule	$m		Pointer to module
70
+ * @param samson\core\Module|null	$m		Pointer to module
71 71
  * @param string 	$name 	View variable name
72 72
  * @param mixed 	$value	Value to compare
73 73
  * @return boolean If view variable can be displayed in view
Please login to merge, or discard this patch.