Completed
Push — master ( aa2cd3...b1f659 )
by Vitaly
02:35
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/GeneratorApplication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
 
173 173
     /**
174 174
      * Render method for rendering view of entity on main page
175
-     * @param $entityName
175
+     * @param string $entityName
176 176
      * @return string
177 177
      */
178 178
     public function renderViewsOnMainPage($entityName)
Please login to merge, or discard this patch.
src/Application.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 use samson\activerecord\dbQuery;
5 5
 use samson\core\CompressableExternalModule;
6 6
 use samson\pager\Pager;
7
-use samsoncms\application\CacheGenerate;
8
-use samsoncms\application\GeneratorApplication;
9 7
 use samsonframework\core\RequestInterface;
10 8
 use samsonframework\core\ResourcesInterface;
11 9
 use samsonframework\core\SystemInterface;
Please login to merge, or discard this patch.