Completed
Pull Request — master (#76)
by Gino
11:49
created
upgrade/upd-2.4.x-to-2.5.0/dbmanager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -220,8 +220,8 @@
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param $table
224
-     * @param $query
223
+     * @param string $table
224
+     * @param string $query
225 225
      *
226 226
      * @return bool
227 227
      */
Please login to merge, or discard this patch.
upgrade/upd-2.5.4-to-2.5.5/index.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     /**
81 81
      * Check imptotal
82 82
      *
83
-     * @return bool
83
+     * @return boolean|null
84 84
      */
85 85
     public function check_imptotal()
86 86
     {
Please login to merge, or discard this patch.
upgrade/upd-2.5.7-to-2.5.8/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Xmf\Database\Tables;
4
-use Xmf\Key\Basic;
5
-use Xmf\Key\FileStorage;
6 4
 
7 5
 /**
8 6
  * Upgrade from 2.5.7 to 2.5.8
Please login to merge, or discard this patch.
htdocs/class/smarty/internals/core.load_plugins.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
  // $tpl_file, $cache_id, $compile_id, $results
20 20
 
21
+/**
22
+ * @param Smarty $smarty
23
+ */
21 24
 function smarty_core_write_cache_file($params, &$smarty)
22 25
 {
23 26
 
Please login to merge, or discard this patch.
htdocs/class/smarty/internals/core.load_resource_plugin.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
  // $tpl_file, $cache_id, $compile_id, $results
20 20
 
21
+/**
22
+ * @param Smarty $smarty
23
+ */
21 24
 function smarty_core_write_cache_file($params, &$smarty)
22 25
 {
23 26
 
Please login to merge, or discard this patch.
htdocs/class/smarty/internals/core.read_cache_file.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
  // $tpl_file, $cache_id, $compile_id, $results
20 20
 
21
+/**
22
+ * @param Smarty $smarty
23
+ */
21 24
 function smarty_core_write_cache_file($params, &$smarty)
22 25
 {
23 26
 
Please login to merge, or discard this patch.
htdocs/class/smarty/internals/core.rm_auto.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
  // $tpl_file, $cache_id, $compile_id, $results
20 20
 
21
+/**
22
+ * @param Smarty $smarty
23
+ */
21 24
 function smarty_core_write_cache_file($params, &$smarty)
22 25
 {
23 26
 
Please login to merge, or discard this patch.
htdocs/class/textsanitizer/flash/flash.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
     /**
253 253
      * @param string $css_file
254 254
      *
255
-     * @return array
255
+     * @return string[]
256 256
      */
257 257
     public function loadCss($css_file = 'style.css')
258 258
     {
Please login to merge, or discard this patch.
htdocs/class/textsanitizer/mms/mms.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
     /**
253 253
      * @param string $css_file
254 254
      *
255
-     * @return array
255
+     * @return string[]
256 256
      */
257 257
     public function loadCss($css_file = 'style.css')
258 258
     {
Please login to merge, or discard this patch.