From 1cac12cc16aa6ffb6752dd907a9a25abd2936bd8 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 25 Jul 2025 12:22:43 -0700 Subject: [PATCH 1/2] Fix egoless programming link --- contributions/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/code-review.md b/contributions/code-review.md index bcd55aa3..66ff9518 100644 --- a/contributions/code-review.md +++ b/contributions/code-review.md @@ -54,4 +54,4 @@ It's best to respond to the issues addressed by the reviewer as quickly as possi * [Glen Sanford: On code review](http://glen.nu/ramblings/oncodereview.php) - "Pending code reviews represent blocked threads of execution[, code review should always be your top priority]" -* [The Ten Commandments of Egoless Programming](http://www.techrepublic.com/article/the-ten-commandments-of-egoless-programming/) - "Understand and accept that you will make mistakes. The point is to find them early before they make it into production." +* [The Ten Commandments of Egoless Programming](https://blog.codinghorror.com/the-ten-commandments-of-egoless-programming/) - "Understand and accept that you will make mistakes. The point is to find them early before they make it into production." From c04bee5fe8d16d961f8cb421cb6bbda7ad0aed35 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 25 Jul 2025 22:39:40 +0200 Subject: [PATCH 2/2] Lint fixes --- bin/command.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/command.php b/bin/command.php index ccb8d6f7..b470bc24 100644 --- a/bin/command.php +++ b/bin/command.php @@ -92,7 +92,7 @@ public function gen_api_docs() { $categories['Misc'][] = $api; } } - $out = <<', $docs ); $docs = preg_replace( '/ && /', ' && ', $docs ); - $global_parameters = <<