Completed
Branch master (6e5e87)
by Rougin
01:28
created
src/Message.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Initializes the message instance.
43 43
      *
44
-     * @param \Zapheus\Http\Message\StreamInterface|null $body
44
+     * @param null|StreamInterface $body
45 45
      * @param array                                      $headers
46 46
      * @param string                                     $version
47 47
      */
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * Retrieves a message header value by the given case-insensitive name.
113 113
      *
114 114
      * @param  string $name
115
-     * @return string[]
115
+     * @return boolean
116 116
      */
117 117
     public function hasHeader($name)
118 118
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      *
143 143
      * @throws \InvalidArgumentException
144 144
      *
145
-     * @param  \Zapheus\Http\Message\StreamInterface $body
145
+     * @param  StreamInterface $body
146 146
      * @return static
147 147
      */
148 148
     public function withBody(StreamInterface $body)
Please login to merge, or discard this patch.