1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00
phorge-phorge/src/infrastructure/markup
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
..
__tests__ Continue moving classes with no callers in libphutil or Arcanist to Phabricator 2020-02-12 13:14:04 -08:00
blockrule Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
interface Make the Remarkup Help Page Extensible 2024-06-26 22:11:44 +02:00
interpreter Do not link "here" but use a descriptive link text 2024-06-27 09:37:47 +02:00
markuprule Drop question mark suffix from optional PHPDoc @param types 2024-09-06 19:17:00 +02:00
remarkup Fix unit test failure in link-alternate 2024-09-07 11:00:41 +02:00
rule Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
syntax Correct spelling mistakes 2023-05-27 22:19:06 +01:00
view Always serve "{meme ...}" from the CDN domain, never from the primary domain 2018-03-08 07:47:02 -08:00
PhabricatorMarkupEngine.php PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
PhabricatorMarkupInterface.php Add missing variable names to PHPDoc @param of methods 2024-08-21 15:06:26 +02:00
PhabricatorMarkupOneOff.php Move PhrictionContent from RemarkupInterface (deprecated) to PHUIRemarkupView 2018-02-15 17:40:51 -08:00
PhabricatorMarkupPreviewController.php Disable caching of remarkup previews 2015-02-22 05:39:25 -08:00
PhabricatorSyntaxHighlighter.php Extend from Phobject 2015-06-15 18:02:27 +10:00
PhutilMarkupEngine.php PHPDoc: Replace "@return this" with "@return $this" 2024-09-09 15:48:09 +02:00
PhutilRemarkupBlockStorage.php Move web application classes into "phabricator/" 2019-09-02 07:58:59 -07:00
PhutilSafeHTML.php Continue moving classes with no callers in libphutil or Arcanist to Phabricator 2020-02-12 13:14:04 -08:00
PhutilSafeHTMLProducerInterface.php Continue moving classes with no callers in libphutil or Arcanist to Phabricator 2020-02-12 13:14:04 -08:00
render.php Drop question mark suffix from optional PHPDoc @param types 2024-09-06 19:17:00 +02:00