Page MenuHomePhorge

D25795.1732295129.diff
No OneTemporary

D25795.1732295129.diff

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

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)

Event Timeline