Completed
Push — master ( 6151e0...f377c9 )
by thomas
11:12
created
src/Buffertools/Parser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Instantiate class, optionally taking Buffer or HEX.
28 28
      *
29
-     * @param null|string|Buffer $input
29
+     * @param Buffer $input
30 30
      * @param MathAdapterInterface|null $math
31 31
      */
32 32
     public function __construct($input = null, MathAdapterInterface $math = null)
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      * Write $data as $bytes bytes. Can be flipped if needed.
84 84
      *
85 85
      * @param  integer $bytes
86
-     * @param  $data
86
+     * @param  BufferInterface $data
87 87
      * @param  bool $flipBytes
88 88
      * @return $this
89 89
      */
Please login to merge, or discard this patch.