Completed
Branch master (88363a)
by Roberto
01:46
created
src/Traits/Connection.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
      * @param  string       $host           can be a host, or the path to a unix domain socket. Starting from
11 11
      *                                       version 5.0.0 it is possible to specify
12 12
      * @param  int|int      $port           optional defaults to 6379
13
-     * @param  float|int    $timeout        value in seconds (optional, default is 0 meaning unlimited)
13
+     * @param  double    $timeout        value in seconds (optional, default is 0 meaning unlimited)
14 14
      * @param  null         $reserved       should be NULL if retry_interval is specified
15 15
      * @param  int|int      $retry_interval value in milliseconds (optional)
16 16
      * @param  float|int    $read_timeout   value in seconds (optional, default is 0 meaning unlimited)
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      * @param  string       $host           can be a host, or the path to a unix domain socket. Starting from
37 37
      *                                       version 5.0.0 it is possible to specify
38 38
      * @param  int|int      $port           optional defaults to 6379
39
-     * @param  float|int    $timeout        value in seconds (optional, default is 0 meaning unlimited)
39
+     * @param  double    $timeout        value in seconds (optional, default is 0 meaning unlimited)
40 40
      * @param  null         $reserved       should be NULL if retry_interval is specified
41 41
      * @param  int|int      $retry_interval value in milliseconds (optional)
42 42
      * @param  float|int    $read_timeout   value in seconds (optional, default is 0 meaning unlimited)
@@ -75,10 +75,10 @@  discard block
 block discarded – undo
75 75
      * @param  string       $host           can be a host, or the path to a unix domain socket. Starting from version
76 76
      *                                      5.0.0 it is possible to specify
77 77
      * @param  int|int      $port           optional defaults to 6379
78
-     * @param  float|int    $timeout        value in seconds (optional, default is 0 meaning unlimited)
78
+     * @param  double    $timeout        value in seconds (optional, default is 0 meaning unlimited)
79 79
      * @param  string       $persistent_id  identity for the requested persistent connection
80 80
      * @param  int|int      $retry_interval value in milliseconds (optional)
81
-     * @param  float|int    $read_timeout   value in seconds (optional, default is 0 meaning unlimited)
81
+     * @param  integer    $read_timeout   value in seconds (optional, default is 0 meaning unlimited)
82 82
      *
83 83
      * @return bool     true on success, false on error
84 84
      *
@@ -114,10 +114,10 @@  discard block
 block discarded – undo
114 114
      * @param  string       $host           can be a host, or the path to a unix domain socket. Starting from version
115 115
      *                                      5.0.0 it is possible to specify
116 116
      * @param  int|int      $port           optional defaults to 6379
117
-     * @param  float|int    $timeout        value in seconds (optional, default is 0 meaning unlimited)
117
+     * @param  double    $timeout        value in seconds (optional, default is 0 meaning unlimited)
118 118
      * @param  string       $persistent_id  identity for the requested persistent connection
119 119
      * @param  int|int      $retry_interval value in milliseconds (optional)
120
-     * @param  float|int    $read_timeout   value in seconds (optional, default is 0 meaning unlimited)
120
+     * @param  integer    $read_timeout   value in seconds (optional, default is 0 meaning unlimited)
121 121
      *
122 122
      * @return bool     true on success, false on error
123 123
      *
Please login to merge, or discard this patch.