Page MenuHomePhorge

D25795.1737574651.diff
No OneTemporary

D25795.1737574651.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
Wed, Jan 22, 19:37 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112864
Default Alt Text
D25795.1737574651.diff (511 B)

Event Timeline