Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F5486271
D26096.1750120709.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
932 B
Referenced Files
None
Subscribers
None
D26096.1750120709.diff
View Options
diff --git a/support/startup/PhabricatorStartup.php b/support/startup/PhabricatorStartup.php
--- a/support/startup/PhabricatorStartup.php
+++ b/support/startup/PhabricatorStartup.php
@@ -348,7 +348,7 @@
* error log. If not provided, the client message is used.
* You can pass a more detailed message here (e.g., with
* stack traces) to avoid showing it to users.
- * @return exit This method **does not return**.
+ * @return never-returns This method **does not return**.
*
* @task apocalypse
*/
@@ -722,7 +722,7 @@
* Emit an HTTP 429 "Too Many Requests" response (indicating that the user
* has exceeded application rate limits) and exit.
*
- * @return exit This method **does not return**.
+ * @return never-returns This method **does not return**.
* @task ratelimit
*/
private static function didRateLimit($reason) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 17, 00:38 (15 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1880144
Default Alt Text
D26096.1750120709.diff (932 B)
Attached To
Mode
D26096: PHPDoc: Replace non-existing return type exit with never-returns
Attached
Detach File
Event Timeline
Log In to Comment