From 2ea9a39860927f2bd6351eada58aa6a854a5ec08 Mon Sep 17 00:00:00 2001 From: paulbalandan Date: Sat, 28 Dec 2024 06:31:33 +0000 Subject: [PATCH] Updated API for commit 19ad2b99cc0396963fc5ea801453605e9976644b --- .../CodeIgniter-Commands-ListCommands.html | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/docs/classes/CodeIgniter-Commands-ListCommands.html b/docs/classes/CodeIgniter-Commands-ListCommands.html index 8eb70d67b..dc59519d6 100644 --- a/docs/classes/CodeIgniter-Commands-ListCommands.html +++ b/docs/classes/CodeIgniter-Commands-ListCommands.html @@ -454,7 +454,7 @@

run() -  : int|void +  : int
Displays the help for the spark cli script itself.
@@ -482,14 +482,14 @@

listFull() -  : void +  : int
Lists the commands with accompanying info.
listSimple() -  : void +  : int
Lists the commands only.
@@ -1347,7 +1347,7 @@

@@ -1355,7 +1355,7 @@

public - run(array<string|int, mixed> $params) : int|void + run(array<string|int, mixed> $params) : int
@@ -1378,7 +1378,7 @@

Parameters
Return values
- int|void + int
@@ -1574,7 +1574,7 @@

@@ -1582,7 +1582,7 @@

protected - listFull(array<string|int, mixed> $commands) : void + listFull(array<string|int, mixed> $commands) : int
@@ -1603,7 +1603,11 @@

Parameters
- +
+
Return values
+ int +
+
@@ -1627,7 +1631,7 @@

protected - listSimple(array<string|int, mixed> $commands) : void + listSimple(array<string|int, mixed> $commands) : int
@@ -1648,7 +1652,11 @@

Parameters
- +
+
Return values
+ int +
+