Completed
Push — master ( 8a351e...414b41 )
by Sébastien
02:17
created
src/Soluble/Japha/Bridge/Driver/Pjb62/Compat/pjb_functions.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
  *
54 54
  * @deprecated
55 55
  * @param mixed $x
56
- * @return bool
56
+ * @return boolean|null
57 57
  */
58 58
 function java_autoload_function5($x)
59 59
 {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
  *
65 65
  * @deprecated
66 66
  * @param mixed $x
67
- * @return bool
67
+ * @return boolean|null
68 68
  */
69 69
 function java_autoload_function($x)
70 70
 {
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
 
402 402
 /**
403 403
  * Return java bridge header
404
- * @param $name header name
404
+ * @param string $name header name
405 405
  * @param array $array
406 406
  * @return string|void
407 407
  */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  *
12 12
  */
13 13
 use Soluble\Japha\Bridge\Driver\Pjb62;
14
-
15 14
 use Soluble\Japha\Bridge\Driver\Pjb62\Exception;
16 15
 
17 16
 
Please login to merge, or discard this patch.