Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2695486
D25350.1734843075.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
567 B
Referenced Files
None
Subscribers
None
D25350.1734843075.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 = (bool)phutil_nonempty_string($this->getArgument('shell'));
$is_current = $this->getArgument('current');
if ($argv) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 04:51 (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1024193
Default Alt Text
D25350.1734843075.diff (567 B)
Attached To
Mode
D25350: Fix tab complete in php 8
Attached
Detach File
Event Timeline
Log In to Comment