Completed
Push — master ( 50f7e2...ff7682 )
by arto
02:34
created
source/Request/RequestFactory.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
     private $dispatcher;
18 18
 
19 19
     /**
20
-     * @return mixed|Request
20
+     * @return Request
21 21
      */
22 22
     public function create()
23 23
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @return array|HeaderLineInterface[]
65
+     * @return ContentTypeIsFormUtf8[]
66 66
      */
67 67
     protected function getDefaultHeaderLines()
68 68
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @return array|OptionInterface[]
83
+     * @return SetTimeOutInSeconds[]
84 84
      */
85 85
     protected function getDefaultOptions()
86 86
     {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     }
105 105
 
106 106
     /**
107
-     * @param array|HeaderLineInterface[] $headerLines
107
+     * @param ContentTypeIsFormUtf8[] $headerLines
108 108
      * @param Request $request
109 109
      * @return Request
110 110
      */
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @param array|OptionInterface[] $options
137
+     * @param SetTimeOutInSeconds[] $options
138 138
      * @param Request $request
139 139
      * @return Request
140 140
      */
Please login to merge, or discard this patch.
source/Builder/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             $parameters,
92 92
             $data
93 93
         );
94
-        $response   = $this->applyBehaviours($behaviours, $response);
94
+        $response = $this->applyBehaviours($behaviours, $response);
95 95
         //end of business logic
96 96
 
97 97
         return $response;
Please login to merge, or discard this patch.