Completed
Push — master ( 73fa83...94d593 )
by ignace nyamagana
02:25
created
src/Stream.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -242,8 +242,6 @@  discard block
 block discarded – undo
242 242
     /**
243 243
      * Filter Csv control character
244 244
      *
245
-     * @param string $char      Csv control character
246
-     * @param string $type      Csv control character type
247 245
      * @param string $caller    public API method calling the method
248 246
      * @param string $delimiter
249 247
      * @param string $enclosure
@@ -374,7 +372,7 @@  discard block
 block discarded – undo
374 372
      *
375 373
      * @see http://php.net/manual/en/splfileobject.current.php
376 374
      *
377
-     * @return mixed
375
+     * @return string[]
378 376
      */
379 377
     public function current()
380 378
     {
Please login to merge, or discard this patch.