Page MenuHomePhorge

D25795.1736838241.diff
No OneTemporary

D25795.1736838241.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
Tue, Jan 14, 07:04 (6 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112864
Default Alt Text
D25795.1736838241.diff (511 B)

Event Timeline