Skip to content

Commit 0965002

Browse files
committed
docs: fix doc comments
1 parent b1d3dd9 commit 0965002

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

system/Filters/Filters.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function __construct($config, RequestInterface $request, ResponseInterfac
116116
/**
117117
* If discoverFilters is enabled in Config then system will try to
118118
* auto-discover custom filters files in Namespaces and allow access to
119-
* the config object via the variable $customfilters as with the routes file
119+
* the config object via the variable $filters as with the routes file
120120
*
121121
* Sample :
122122
* $filters->aliases['custom-auth'] = \Acme\Blob\Filters\BlobAuth::class;
@@ -215,12 +215,10 @@ public function run(string $uri, string $position = 'before')
215215
* The resulting $this->filters is an array of only filters
216216
* that should be applied to this request.
217217
*
218-
* We go ahead an process the entire tree because we'll need to
218+
* We go ahead and process the entire tree because we'll need to
219219
* run through both a before and after and don't want to double
220220
* process the rows.
221221
*
222-
* @param string $uri
223-
*
224222
* @return Filters
225223
*/
226224
public function initialize(?string $uri = null)

0 commit comments

Comments
 (0)