Completed
Push — master ( ac6391...9b00f4 )
by Michael
12:56
created
class/libraries/vendor/smottt/wideimage/lib/WideImage/Operation/Unsharp.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -139,6 +139,9 @@
 block discarded – undo
139 139
 		return $image;
140 140
 	}
141 141
 	
142
+	/**
143
+	 * @param double $val
144
+	 */
142 145
 	protected static function bit($val)
143 146
 	{
144 147
 		if ($val > 255) {
Please login to merge, or discard this patch.
class/libraries/vendor/smottt/wideimage/lib/WideImage/OperationFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
 {
36 36
 	protected static $cache = array();
37 37
 	
38
+	/**
39
+	 * @param string $operationName
40
+	 */
38 41
 	public static function get($operationName)
39 42
 	{
40 43
 		$lcname = strtolower($operationName);
Please login to merge, or discard this patch.
htdocs/class/libraries/vendor/smottt/wideimage/lib/WideImage/WideImage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
355 355
 	/**
356 356
 	 * Throws exception if the handle isn't a valid GD resource
357 357
 	 * 
358
-	 * @param mixed $handle The variable to check
358
+	 * @param resource $handle The variable to check
359 359
 	 */
360 360
 	public static function assertValidImageHandle($handle)
361 361
 	{
Please login to merge, or discard this patch.
htdocs/class/xoopsload.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     //static  $configs;
28 28
 
29 29
     /**
30
-     * @param        $name
30
+     * @param        string $name
31 31
      * @param string $type
32 32
      *
33 33
      * @return bool
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * Load core class
92 92
      *
93 93
      * @access private
94
-     * @param $name
94
+     * @param string $name
95 95
      * @return bool|string
96 96
      */
97 97
     public static function loadCore($name)
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      * Load Framework class
126 126
      *
127 127
      * @access private
128
-     * @param $name
128
+     * @param string $name
129 129
      * @return bool|string
130 130
      */
131 131
     public static function loadFramework($name)
Please login to merge, or discard this patch.
htdocs/include/functions.php 1 patch
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 /**
21 21
  * xoops_getHandler()
22 22
  *
23
- * @param mixed $name
23
+ * @param string $name
24 24
  * @param mixed $optional
25 25
  *
26 26
  * @return bool
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 /**
54 54
  * xoops_getModuleHandler()
55 55
  *
56
- * @param mixed $name
56
+ * @param string $name
57 57
  * @param mixed $module_dir
58 58
  * @param mixed $optional
59 59
  * @return bool
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
 /**
280 280
  * xoops_error
281 281
  *
282
- * @param mixed  $msg
282
+ * @param string  $msg
283 283
  * @param string $title
284 284
  * @return void
285 285
  */
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
  *
374 374
  * @param mixed  $time
375 375
  * @param string $timeoffset
376
- * @return int
376
+ * @return double
377 377
  */
378 378
 function xoops_getUserTimestamp($time, $timeoffset = '')
379 379
 {
@@ -569,7 +569,7 @@  discard block
 block discarded – undo
569 569
  * formatURL()
570 570
  *
571 571
  * @param mixed $url
572
- * @return mixed|string
572
+ * @return string
573 573
  */
574 574
 function formatURL($url)
575 575
 {
@@ -650,7 +650,7 @@  discard block
 block discarded – undo
650 650
 
651 651
 /**
652 652
  * Function to redirect a user to certain pages
653
- * @param        $url
653
+ * @param        string $url
654 654
  * @param int    $time
655 655
  * @param string $message
656 656
  * @param bool   $addredirect
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
 /**
735 735
  * xoops_getenv()
736 736
  *
737
- * @param mixed $key
737
+ * @param string $key
738 738
  * @return string
739 739
  */
740 740
 function xoops_getenv($key)
@@ -821,7 +821,7 @@  discard block
 block discarded – undo
821 821
  * xoops_getrank()
822 822
  *
823 823
  * @param integer $rank_id
824
- * @param mixed   $posts
824
+ * @param integer   $posts
825 825
  * @return
826 826
  */
827 827
 function xoops_getrank($rank_id = 0, $posts = 0)
@@ -1024,7 +1024,7 @@  discard block
 block discarded – undo
1024 1024
 /**
1025 1025
  * xoops_getOption()
1026 1026
  *
1027
- * @param mixed $option
1027
+ * @param string $option
1028 1028
  * @internal param string $type
1029 1029
  * @deprecated
1030 1030
  * @return string
@@ -1045,7 +1045,7 @@  discard block
 block discarded – undo
1045 1045
 /**
1046 1046
  * xoops_getConfigOption()
1047 1047
  *
1048
- * @param mixed  $option
1048
+ * @param string  $option
1049 1049
  * @param string $type
1050 1050
  * @internal param string $dirname
1051 1051
  * @deprecated
@@ -1077,7 +1077,7 @@  discard block
 block discarded – undo
1077 1077
 /**
1078 1078
  * xoops_setConfigOption()
1079 1079
  *
1080
- * @param mixed $option
1080
+ * @param string $option
1081 1081
  * @param null  $new
1082 1082
  * @return void
1083 1083
 @deprecated
@@ -1097,7 +1097,7 @@  discard block
 block discarded – undo
1097 1097
  *
1098 1098
  * Method for module developers getting a module config item. This could be from any module requested.
1099 1099
  *
1100
- * @param mixed  $option
1100
+ * @param string  $option
1101 1101
  * @param string $dirname
1102 1102
  * @return bool
1103 1103
 @deprecated
Please login to merge, or discard this patch.
htdocs/class/libraries/vendor/composer/autoload_static.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -191,6 +191,9 @@
 block discarded – undo
191 191
         'Xmf\\Yaml' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Yaml.php',
192 192
     );
193 193
 
194
+    /**
195
+     * @return callable
196
+     */
194 197
     public static function getInitializer(ClassLoader $loader)
195 198
     {
196 199
         return \Closure::bind(function () use ($loader) {
Please login to merge, or discard this patch.
htdocs/class/libraries/vendor/raveren/kint/Kint.class.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	 *
108 108
 	 * @param array $trace [OPTIONAL] you can pass your own trace, otherwise, `debug_backtrace` will be called
109 109
 	 *
110
-	 * @return mixed
110
+	 * @return string|null
111 111
 	 */
112 112
 	public static function trace( $trace = null )
113 113
 	{
@@ -305,6 +305,9 @@  discard block
 block discarded – undo
305 305
 		return $shortenedName;
306 306
 	}
307 307
 
308
+	/**
309
+	 * @return string
310
+	 */
308 311
 	public static function getIdeLink( $file, $line )
309 312
 	{
310 313
 		return str_replace( array( '%f', '%l' ), array( $file, $line ), self::$fileLinkFormat );
@@ -317,7 +320,7 @@  discard block
 block discarded – undo
317 320
 	 * @param int    $lineNumber the line to display
318 321
 	 * @param int    $padding surrounding lines to show besides the main one
319 322
 	 *
320
-	 * @return bool|string
323
+	 * @return false|string
321 324
 	 */
322 325
 	private static function _showSource( $file, $lineNumber, $padding = 7 )
323 326
 	{
@@ -590,7 +593,7 @@  discard block
 block discarded – undo
590 593
 	 *
591 594
 	 * @param $step
592 595
 	 *
593
-	 * @return array
596
+	 * @return boolean
594 597
 	 */
595 598
 	private static function _stepIsInternal( $step )
596 599
 	{
Please login to merge, or discard this patch.
htdocs/class/theme.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -723,7 +723,7 @@
 block discarded – undo
723 723
      * xos_opal_Theme::renderMetas()
724 724
      *
725 725
      * @param  mixed $type
726
-     * @param  mixed $return
726
+     * @param  boolean $return
727 727
      * @return bool|string
728 728
      */
729 729
     public function renderMetas($type = null, $return = false)
Please login to merge, or discard this patch.
htdocs/class/xoopsform/formbuttontray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     /**
74 74
      * XoopsFormButtonTray::setValue()
75 75
      *
76
-     * @param mixed $value
76
+     * @param string $value
77 77
      *
78 78
      * @return void
79 79
      */
Please login to merge, or discard this patch.