Completed
Push — master ( 779cff...0779c0 )
by Vitaly
06:43
created
src/form/tab/Generic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 
96 96
     /**
97 97
      * Tab header rendering method
98
-     * @return mixed Tab header view
98
+     * @return string Tab header view
99 99
      */
100 100
     public function header()
101 101
     {
Please login to merge, or discard this patch.
src/field/Publish.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsoncms\field;
9 9
 
10
-use samsonframework\core\RenderInterface;
11
-use samsonframework\orm\QueryInterface;
12
-
13 10
 /**
14 11
  * Overridden control field
15 12
  * @package samsoncms\app\user
Please login to merge, or discard this patch.
src/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php 
2 2
 namespace samsoncms;
3 3
 
4
-use samson\activerecord\dbQuery;
5 4
 use samson\core\CompressableExternalModule;
6 5
 use samson\pager\Pager;
7 6
 use samsonframework\core\ResourcesInterface;
Please login to merge, or discard this patch.