File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,11 @@ public function isWritable()
158158 /**
159159 * Write data to the stream.
160160 *
161- * @param string $string the string that is to be written
161+ * @param string $string The string that is to be written
162162 *
163163 * @throws \RuntimeException on failure
164164 *
165- * @return int returns the number of bytes written to the stream
165+ * @return int Returns the number of bytes written to the stream
166166 */
167167 public function write ($ string )
168168 {
@@ -223,7 +223,7 @@ public function getContents()
223223 *
224224 * @see http://php.net/manual/en/function.stream-get-meta-data.php
225225 *
226- * @param string $key specific metadata to retrieve
226+ * @param string $key The specific metadata to retrieve
227227 *
228228 * @return array|mixed|null Returns an associative array if no key is
229229 * provided. Returns a specific key value if a key is provided and the
You can’t perform that action at this time.
0 commit comments