File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ public function catchExceptions(bool $catchExceptions)
54
54
}
55
55
56
56
/**
57
- * Makes a request.
57
+ * {@inheritdoc}
58
+ *
59
+ * @param Request $request
58
60
*
59
61
* @return Response A Response instance
60
62
*/
@@ -70,7 +72,9 @@ protected function doRequest($request)
70
72
}
71
73
72
74
/**
73
- * Returns the script to execute when the request must be insulated.
75
+ * {@inheritdoc}
76
+ *
77
+ * @param Request $request
74
78
*
75
79
* @return string
76
80
*/
@@ -124,7 +128,7 @@ protected function getHandleScript()
124
128
}
125
129
126
130
/**
127
- * Converts the BrowserKit request to a HttpKernel request.
131
+ * {@inheritdoc}
128
132
*
129
133
* @return Request A Request instance
130
134
*/
@@ -186,7 +190,9 @@ protected function filterFiles(array $files)
186
190
}
187
191
188
192
/**
189
- * Converts the HttpKernel response to a BrowserKit response.
193
+ * {@inheritdoc}
194
+ *
195
+ * @param Request $request
190
196
*
191
197
* @return DomResponse A DomResponse instance
192
198
*/
You can’t perform that action at this time.
0 commit comments