Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2644292
D25795.1732295129.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
511 B
Referenced Files
None
Subscribers
None
D25795.1732295129.diff
View Options
diff --git a/src/infrastructure/parser/PhutilURIHelper.php b/src/infrastructure/parser/PhutilURIHelper.php
--- a/src/infrastructure/parser/PhutilURIHelper.php
+++ b/src/infrastructure/parser/PhutilURIHelper.php
@@ -69,7 +69,7 @@
/**
* Check whenever the URI starts with the provided character.
* @param string $char String that MUST have length of 1.
- * @return boolean
+ * @return bool
*/
private function isStartingWithChar($char) {
return strncmp($this->uriStr, $char, 1) === 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 17:05 (4 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
989254
Default Alt Text
D25795.1732295129.diff (511 B)
Attached To
Mode
D25795: Replace invalid PHPDoc @return type boolean with bool
Attached
Detach File
Event Timeline
Log In to Comment