Skip to content

Commit 5864419

Browse files
committed
docs: fix withURI() signature
1 parent e78e6c7 commit 5864419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Allows you to provide a **Logger** instance::
135135
If you do not provide one, a new Logger instance with the default configuration values will be passed
136136
into your controller.
137137

138-
**withURI($uri)**
138+
**withURI(string $uri)**
139139

140140
Allows you to provide a new URI that simulates the URL the client was visiting when this controller was run.
141141
This is helpful if you need to check URI segments within your controller. The only parameter is a string

0 commit comments

Comments
 (0)