Completed
Push — master ( dffda9...6272fa )
by Vitaly
25s
created
src/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use samson\core\CompressableExternalModule;
6 6
 use samson\pager\Pager;
7 7
 use samsoncms\application\CacheGenerate;
8
-use samsoncms\application\GeneratorApplication;
9 8
 use samsonframework\core\RequestInterface;
10 9
 use samsonframework\core\ResourcesInterface;
11 10
 use samsonframework\core\SystemInterface;
Please login to merge, or discard this patch.
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.