We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d835d00 commit 7564d92Copy full SHA for 7564d92
system/Filters/Filters.php
@@ -546,7 +546,7 @@ private function pathApplies(string $uri, $paths)
546
/**
547
* Check except paths
548
*
549
- * @param string $uri URI to check
+ * @param string $uri URI path relative to baseURL (all lowercase)
550
* @param array|string $paths The except path patterns
551
552
* @return bool True if the URI matches except paths.
@@ -568,6 +568,9 @@ private function checkExcept(string $uri, $paths): bool
568
569
570
* Check the URI path as pseudo-regex
571
+ *
572
573
+ * @param array|string $paths The except path patterns
574
*/
575
private function checkPseudoRegex(string $uri, array $paths): bool
576
{
0 commit comments