From 7d564764413142ee674d2b339b38e47293b982e4 Mon Sep 17 00:00:00 2001 From: Shin <2082119+shinsenter@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:15:31 +0900 Subject: [PATCH] docs: remove unnecessary parenthesis I'm sorry, there was still another unnecessary parenthesis in the link to the issue page. --- docs/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/known-issues.md b/docs/known-issues.md index 9f7af1516..ecdb8f291 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -109,7 +109,7 @@ docker run \ ## Composer Scripts Referencing `@php` -[Composer scripts](https://getcomposer.org/doc/articles/scripts.md) may want to execute a PHP binary for some tasks, e.g. in [a Laravel project](laravel.md) to run `@php artisan package:discover --ansi`. This [currently fails](https://github.com/dunglas/frankenphp/issues/483#issuecomment-1899890915)) for two reasons: +[Composer scripts](https://getcomposer.org/doc/articles/scripts.md) may want to execute a PHP binary for some tasks, e.g. in [a Laravel project](laravel.md) to run `@php artisan package:discover --ansi`. This [currently fails](https://github.com/dunglas/frankenphp/issues/483#issuecomment-1899890915) for two reasons: * Composer does not know how to call the FrankenPHP binary; * Composer may add PHP settings using the `-d` flag in the command, which FrankenPHP does not yet support.