1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-13 12:54:53 +01:00
phorge-phorge/src/applications/metamta
Andre Klapper aa2b70708e PHPDoc: Replace "@return this" with "@return $this"
Summary:
Per https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md the valid keyword is `$this`.
Thus replace `this` to make output of static code analysis slightly less noisy.

(See rARC4b7ee1985b3c15b4af81b5480522ae24c0afd6a2 for its Arcanist counterpart.)

Test Plan: Read the docs.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25819
2024-09-09 15:48:09 +02:00
..
action Simplify implementation of "SysetemAction->getSystemActionConstant()" 2019-07-19 15:45:37 -07:00
adapter Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending email 2024-06-15 15:14:40 +02:00
application Support Postmark inbound mail via webhook 2018-02-08 06:25:26 -08:00
applicationpanel Remove product literal strings in "pht()", part 20 2022-04-25 16:46:25 -07:00
command Use PhutilClassMapQuery 2015-07-07 22:51:57 +10:00
constants Remove product literal strings in "pht()", part 6 2022-04-25 12:22:28 -07:00
contentsource Modularize content sources 2016-03-26 11:59:45 -07:00
controller Fix PHP 8.1 "strlen(null)" exception shown when sending SMS Test Message to Contact Number 2023-05-19 17:01:16 +02:00
edge MetaMTA - more progress towards a mail application 2015-06-23 11:37:14 -07:00
editor Make misc get*ApplicationClass[Name]() calls return ::class constant instead of string 2024-02-05 14:11:36 +01:00
engine Remove unused parameter from PhabricatorMailEmailEngine::newEmailThreadingHeaders() call 2024-07-26 12:06:42 +02:00
engineextension Manage object mailKeys automatically in Mail instead of storing them on objects 2018-04-25 06:46:58 -07:00
exception PHP 8.2: fix deprecated use of "parent" in callables 2023-03-29 20:37:25 +02:00
future Update SES API to use AWSv4 signatures 2020-09-15 13:03:49 -07:00
garbagecollector Support DestructionEngine in MetaMTAMail 2018-02-02 14:37:33 -08:00
herald Make misc get*ApplicationClass[Name]() calls return ::class constant instead of string 2024-02-05 14:11:36 +01:00
management Change some instances of "phabricator" to "phorge" 2023-11-18 22:14:15 +00:00
message Give "MetaMTAMail" a "message type" and support SMS 2019-01-23 14:05:46 -08:00
parser Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
phid Make misc get*ApplicationClass[Name]() calls return ::class constant instead of string 2024-02-05 14:11:36 +01:00
query Make misc get*ApplicationClass[Name]() calls return ::class constant instead of string 2024-02-05 14:11:36 +01:00
receiver Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
replyhandler Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
stamp Fix a mail stamp issue with blocking reviewers 2018-02-13 17:56:21 -08:00
storage PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
typeahead Make misc get*ApplicationClass[Name]() calls return ::class constant instead of string 2024-02-05 14:11:36 +01:00
util Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
view PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
PhabricatorMetaMTAWorker.php Rebrand: Add "path" entries to PlatformSymbols 2023-08-18 02:00:41 -07:00