From 8631cab5a2d1bb0213590e8f69e3320e733cc760 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 12 Sep 2017 15:20:12 -0700
Subject: [PATCH] Don't just note source in commit message

---
 includes/functions.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/includes/functions.php b/includes/functions.php
index 8c7c41a..08e270e 100644
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -128,6 +128,8 @@ function get_command_blacklist() {
 /**
  * Splits positional args from associative args.
  *
+ * Adapted from `WP_CLI\Configurator\extract_assoc()`.
+ *
  * @param array|string $command String or array of command to parse.
  * @return array|WP_Error
  */
-- 
GitLab