Completed
Push — master ( af35d9...43098f )
by Chris
05:25
created
src/PSolr/Client/RequestHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     protected $defaultParams;
26 26
 
27 27
     /**
28
-     * @param type $name
29
-     * @param type $path
28
+     * @param string $name
29
+     * @param string $path
30 30
      * @param string $method
31 31
      * @param array $defaultParams
32 32
      */
Please login to merge, or discard this patch.
src/PSolr/Request/Field.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * @param float $boost
56 56
      *
57
-     * @return \PSolr\Request\Document
57
+     * @return Field
58 58
      */
59 59
     public function setBoost($boost)
60 60
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * @param string $values
75 75
      *
76
-     * @return \PSolr\Request\Document
76
+     * @return Field
77 77
      */
78 78
     public function setValues($values)
79 79
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * @param string $update
104 104
      *
105
-     * @return \PSolr\Request\Document
105
+     * @return Field
106 106
      *
107 107
      * @see http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes_for_.22field.22
108 108
      */
Please login to merge, or discard this patch.
src/PSolr/Request/Highlight.php 1 patch
Doc Comments   +30 added lines, -30 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     /**
35 35
      * @param bool $highlight
36 36
      *
37
-     * @return \Psolr\Component\Highlight
37
+     * @return \Guzzle\Common\Collection
38 38
      *
39 39
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl
40 40
      */
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     /**
47 47
      * @param string $query
48 48
      *
49
-     * @return \Psolr\Component\Highlight
49
+     * @return \Guzzle\Common\Collection
50 50
      *
51 51
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.q
52 52
      */
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * @param int $snippets
60 60
      *
61
-     * @return \Psolr\Component\Highlight
61
+     * @return \Guzzle\Common\Collection
62 62
      *
63 63
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.snippets
64 64
      */
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * @param int $fragsize
72 72
      *
73
-     * @return \Psolr\Component\Highlight
73
+     * @return \Guzzle\Common\Collection
74 74
      *
75 75
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.fragsize
76 76
      */
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * @param bool $merge
84 84
      *
85
-     * @return \Psolr\Component\Highlight
85
+     * @return \Guzzle\Common\Collection
86 86
      *
87 87
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.mergeContiguous
88 88
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * @param bool $require
96 96
      *
97
-     * @return \Psolr\Component\Highlight
97
+     * @return \Guzzle\Common\Collection
98 98
      *
99 99
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.requireFieldMatch
100 100
      */
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     /**
107 107
      * @param int $chars
108 108
      *
109
-     * @return \Psolr\Component\Highlight
109
+     * @return \Guzzle\Common\Collection
110 110
      *
111 111
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.maxAnalyzedChars
112 112
      */
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * @param string $field
120 120
      *
121
-     * @return \Psolr\Component\Highlight
121
+     * @return \Guzzle\Common\Collection
122 122
      *
123 123
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.alternateField
124 124
      */
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * @param int $length
132 132
      *
133
-     * @return \Psolr\Component\Highlight
133
+     * @return \Guzzle\Common\Collection
134 134
      *
135 135
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.maxAlternateFieldLength
136 136
      */
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * @param bool $preserve
144 144
      *
145
-     * @return \Psolr\Component\Highlight
145
+     * @return \Guzzle\Common\Collection
146 146
      *
147 147
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.preserveMulti
148 148
      */
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * @param int $max
156 156
      *
157
-     * @return \Psolr\Component\Highlight
157
+     * @return \Guzzle\Common\Collection
158 158
      *
159 159
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.maxMultiValuedToExamine
160 160
      */
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * @param int $max
168 168
      *
169
-     * @return \Psolr\Component\Highlight
169
+     * @return \Guzzle\Common\Collection
170 170
      *
171 171
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.maxMultiValuedToMatch
172 172
      */
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * @param string $formatter
180 180
      *
181
-     * @return \Psolr\Component\Highlight
181
+     * @return \Guzzle\Common\Collection
182 182
      *
183 183
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.formatter
184 184
      */
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * @param string $text
192 192
      *
193
-     * @return \Psolr\Component\Highlight
193
+     * @return \Guzzle\Common\Collection
194 194
      *
195 195
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.simple.pre.2Fhl.simple.post
196 196
      */
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     /**
203 203
      * @param string $text
204 204
      *
205
-     * @return \Psolr\Component\Highlight
205
+     * @return \Guzzle\Common\Collection
206 206
      *
207 207
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.simple.pre.2Fhl.simple.post
208 208
      */
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
     /**
235 235
      * @param string $fragmenter
236 236
      *
237
-     * @return \Psolr\Component\Highlight
237
+     * @return \Guzzle\Common\Collection
238 238
      *
239 239
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.fragmenter
240 240
      */
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     /**
247 247
      * @param string $builder
248 248
      *
249
-     * @return \Psolr\Component\Highlight
249
+     * @return \Guzzle\Common\Collection
250 250
      *
251 251
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.fragListBuilder
252 252
      */
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
     /**
259 259
      * @param string $scanner
260 260
      *
261
-     * @return \Psolr\Component\Highlight
261
+     * @return \Guzzle\Common\Collection
262 262
      *
263 263
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.boundaryScanner
264 264
      */
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
     /**
271 271
      * @param string $builder
272 272
      *
273
-     * @return \Psolr\Component\Highlight
273
+     * @return \Guzzle\Common\Collection
274 274
      *
275 275
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.fragmentsBuilder
276 276
      */
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
     /**
283 283
      * @param int $maxScan
284 284
      *
285
-     * @return \Psolr\Component\Highlight
285
+     * @return \Guzzle\Common\Collection
286 286
      *
287 287
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.bs.maxScan
288 288
      */
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
     /**
295 295
      * @param string $chars
296 296
      *
297
-     * @return \Psolr\Component\Highlight
297
+     * @return \Guzzle\Common\Collection
298 298
      *
299 299
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.bs.chars
300 300
      */
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
     /**
307 307
      * @param string $type
308 308
      *
309
-     * @return \Psolr\Component\Highlight
309
+     * @return \Guzzle\Common\Collection
310 310
      *
311 311
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.bs.type
312 312
      */
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
     /**
319 319
      * @param string $language
320 320
      *
321
-     * @return \Psolr\Component\Highlight
321
+     * @return \Guzzle\Common\Collection
322 322
      *
323 323
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.bs.language
324 324
      */
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
     /**
331 331
      * @param string $country
332 332
      *
333
-     * @return \Psolr\Component\Highlight
333
+     * @return \Guzzle\Common\Collection
334 334
      *
335 335
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.bs.country
336 336
      */
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
     /**
343 343
      * @param bool $use
344 344
      *
345
-     * @return \Psolr\Component\Highlight
345
+     * @return \Guzzle\Common\Collection
346 346
      *
347 347
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.useFastVectorHighlighter
348 348
      */
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
     /**
355 355
      * @param bool $use
356 356
      *
357
-     * @return \Psolr\Component\Highlight
357
+     * @return \Guzzle\Common\Collection
358 358
      *
359 359
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.usePhraseHighlighter
360 360
      */
@@ -366,7 +366,7 @@  discard block
 block discarded – undo
366 366
     /**
367 367
      * @param bool $multiTerm
368 368
      *
369
-     * @return \Psolr\Component\Highlight
369
+     * @return \Guzzle\Common\Collection
370 370
      *
371 371
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.highlightMultiTerm
372 372
      */
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
     /**
379 379
      * @param float $slop
380 380
      *
381
-     * @return \Psolr\Component\Highlight
381
+     * @return \Guzzle\Common\Collection
382 382
      *
383 383
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.regex.slop
384 384
      */
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
     /**
391 391
      * @param string $pattern
392 392
      *
393
-     * @return \Psolr\Component\Highlight
393
+     * @return \Guzzle\Common\Collection
394 394
      *
395 395
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.regex.pattern
396 396
      */
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
     /**
403 403
      * @param int $max
404 404
      *
405
-     * @return \Psolr\Component\Highlight
405
+     * @return \Guzzle\Common\Collection
406 406
      *
407 407
      * @see http://wiki.apache.org/solr/HighlightingParameters#hl.regex.maxAnalyzedChars
408 408
      */
Please login to merge, or discard this patch.
src/PSolr/Request/Select.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -86,7 +86,6 @@  discard block
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
-     * @param int $rows
90 89
      *
91 90
      * @return \PSolr\Request\Select
92 91
      *
@@ -134,7 +133,6 @@  discard block
 block discarded – undo
134 133
     }
135 134
 
136 135
     /**
137
-     * @param string $fq
138 136
      *
139 137
      * @return \PSolr\Request\Select
140 138
      *
@@ -403,7 +401,7 @@  discard block
 block discarded – undo
403 401
     /**
404 402
      * @param bool $interpret
405 403
      *
406
-     * @return \Psolr\Component\Facet
404
+     * @return \Guzzle\Common\Collection
407 405
      *
408 406
      * @see http://wiki.apache.org/solr/ExtendedDisMax#lowercaseOperators
409 407
      */
Please login to merge, or discard this patch.