Skip to content

Commit 840984e

Browse files
committed
docs: add @testtag to Filters::initialize()
1 parent 7604c25 commit 840984e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/Filters/Filters.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ private function setToolbarToLast(array $filters, bool $remove = false): array
379379
* @TODO We don't need to accept null as $uri.
380380
*
381381
* @return Filters
382+
*
383+
* @testTag Only for test code. The run() calls this, so you don't need to
384+
* call this in your app.
382385
*/
383386
public function initialize(?string $uri = null)
384387
{

0 commit comments

Comments
 (0)