Completed
Push — development ( b2c3e4...9ba8eb )
by Andrij
10:19
created
application/modules/template_manager/classes/DemoDataSQLFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param string $query
30
-     * @return mixed
30
+     * @return string|null
31 31
      */
32 32
     public function filter($query) {
33 33
 
Please login to merge, or discard this patch.
application/modules/template_manager/classes/TArchive.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * Unpacking the archive to ./templates/ folder
67 67
      * @param string $unpackPath (optional) path to templates folder (default ./templates)
68
-     * @return string template name
68
+     * @return boolean template name
69 69
      * @throws \Exception
70 70
      */
71 71
     public function unpack($unpackPath = TEMPLATES_PATH) {
Please login to merge, or discard this patch.
application/modules/template_manager/classes/TemplateManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
308 308
     }
309 309
 
310 310
     /**
311
-     * @param $sqlString
311
+     * @param string $sqlString
312 312
      */
313 313
     public function query_from_file($sqlString) {
314 314
 
Please login to merge, or discard this patch.