Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2693729
D25350.1734769685.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
561 B
Referenced Files
None
Subscribers
None
D25350.1734769685.diff
View Options
diff --git a/src/toolset/workflow/ArcanistShellCompleteWorkflow.php b/src/toolset/workflow/ArcanistShellCompleteWorkflow.php
--- a/src/toolset/workflow/ArcanistShellCompleteWorkflow.php
+++ b/src/toolset/workflow/ArcanistShellCompleteWorkflow.php
@@ -92,7 +92,7 @@
$argv = $this->getArgument('argv');
$is_generate = $this->getArgument('generate');
- $is_shell = (bool)strlen($this->getArgument('shell'));
+ $is_shell = phutil_nonempty_string($this->getArgument('shell'));
$is_current = $this->getArgument('current');
if ($argv) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 08:28 (3 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021188
Default Alt Text
D25350.1734769685.diff (561 B)
Attached To
Mode
D25350: Fix tab complete in php 8
Attached
Detach File
Event Timeline
Log In to Comment