Skip to content

Commit 3742b30

Browse files
author
fmertins
committed
Tab vs Spaces, it seems ok now...
1 parent f21d76e commit 3742b30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Test/FeatureTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ public function options(string $path, array $params = null)
208208
*
209209
* @param string $method
210210
* @param string|null $path
211-
* @param string|null $params
211+
* @param string|null $params
212212
*
213213
* @return \CodeIgniter\HTTP\IncomingRequest
214214
*/
215-
protected function setupRequest(string $method, string $path=null, string $params = null): IncomingRequest
215+
protected function setupRequest(string $method, string $path = null, string $params = null): IncomingRequest
216216
{
217217
$config = config(App::class);
218218
$uri = new URI($config->baseURL .'/'. trim($path, '/ '));

0 commit comments

Comments
 (0)