Completed
Pull Request — master (#124)
by Lucio
11:47
created
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.
htdocs/class/textsanitizer/rtsp/rtsp.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/soundcloud/soundcloud.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/wiki/wiki.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.