Skip to content

Commit ef08813

Browse files
committed
docs: add/update PHPDoc types
1 parent d835d00 commit ef08813

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

system/Filters/Filters.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ private function pathApplies(string $uri, $paths)
546546
/**
547547
* Check except paths
548548
*
549-
* @param string $uri URI to check
549+
* @param string $uri URI path relative to baseURL (all lowercase)
550550
* @param array|string $paths The except path patterns
551551
*
552552
* @return bool True if the URI matches except paths.
@@ -568,6 +568,9 @@ private function checkExcept(string $uri, $paths): bool
568568

569569
/**
570570
* Check the URI path as pseudo-regex
571+
*
572+
* @param string $uri URI path relative to baseURL (all lowercase)
573+
* @param array $paths The except path patterns
571574
*/
572575
private function checkPseudoRegex(string $uri, array $paths): bool
573576
{

0 commit comments

Comments
 (0)