Completed
Branch master (5365a5)
by Neomerx
10:33 queued 01:01
created
src/Document/Error.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,8 @@
 block discarded – undo
69 69
     /**
70 70
      * @param int|string|null    $idx
71 71
      * @param LinkInterface|null $aboutLink
72
-     * @param int|string|null    $status
73
-     * @param int|string|null    $code
72
+     * @param string|null    $status
73
+     * @param string|null    $code
74 74
      * @param string|null        $title
75 75
      * @param string|null        $detail
76 76
      * @param array|null         $source
Please login to merge, or discard this patch.
src/Encoder/Handlers/ReplyInterpreter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
      * @param Frame      $current
231 231
      * @param Frame|null $previous
232 232
      *
233
-     * @return bool[]
233
+     * @return boolean[]
234 234
      */
235 235
     private function getIfTargets($rootType, Frame $current, Frame $previous = null)
236 236
     {
Please login to merge, or discard this patch.
src/Exceptions/BaseRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * @param Exception $exception
33 33
      *
34
-     * @return mixed
34
+     * @return string|null
35 35
      */
36 36
     abstract public function getContent(Exception $exception);
37 37
 
Please login to merge, or discard this patch.
src/Parameters/Headers/AcceptHeader.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,8 @@
 block discarded – undo
44 44
     /**
45 45
      * @inheritdoc
46 46
      *
47
-     * @return AcceptHeaderInterface
47
+     * @param string $header
48
+     * @return Header
48 49
      */
49 50
     public static function parse($header, $accept = self::HEADER_ACCEPT)
50 51
     {
Please login to merge, or discard this patch.