Completed
Push — master ( 869d3d...24f8ca )
by ignace nyamagana
05:11 queued 03:45
created
src/Stream.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
      *
280 280
      * @see http://php.net/manual/en/splfileobject.current.php
281 281
      *
282
-     * @return mixed
282
+     * @return string[]
283 283
      */
284 284
     public function current()
285 285
     {
Please login to merge, or discard this patch.
src/Exception/CannotBindHeader.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Create an Exception from a record insertion into a stream
39 39
      *
40
-     * @param string[] $record
41
-     * @param array    $header
40
+     * @param string[]    $header
42 41
      *
43 42
      * @return self
44 43
      */
Please login to merge, or discard this patch.