You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/links/links.php
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -495,7 +495,7 @@ class UrlExtractor
495
495
* @param bool|string $find If the URL target must be searched for instead of just being considered as a relative path; If a string is given, it will be used as search prefix
496
496
* @see UrlExtractor::getDefaultPatterns For an example of pattern map.
* @param array[]|null $exclusionTests An associative array of arrays of functions testing if a URL should be excluded from test
826
826
* @param array|null $replacements A replacement map to apply on each URL
827
827
* @param bool|string $find If the URL target must be searched for instead of just being considered as a relative path; If a string is given, it will be used as search prefix
828
-
* @param $output
829
-
* @param $error
828
+
* @param callable|null $output A callable to pass standard output message to
829
+
* @param callable|null $error A callable to pass error message to
0 commit comments