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 fe57554 commit 50be850Copy full SHA for 50be850
src/CoreOptions.php
@@ -260,7 +260,10 @@ public static function optionSpecs(): array {
260
'1',
261
'Paths to Ignore',
262
'Path matching these patterns will be ignored.' .
263
- ' Glob syntax is supported via <a href="https://github.com/PHLAK/Splat">Splat</a>.',
+ ' Glob syntax is supported via ' .
264
+ '<a href="' .
265
+ 'https://github.com/PHLAK/Splat?tab=readme-ov-file#matching-expressions' .
266
+ '">Splat</a>.',
267
implode(
268
"\n",
269
[
0 commit comments