Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3345804
D25937.1743690189.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
2 KB
Referenced Files
None
Subscribers
None
D25937.1743690189.diff
View Options
diff --git a/src/applications/harbormaster/engine/HarbormasterBuildEngine.php b/src/applications/harbormaster/engine/HarbormasterBuildEngine.php
--- a/src/applications/harbormaster/engine/HarbormasterBuildEngine.php
+++ b/src/applications/harbormaster/engine/HarbormasterBuildEngine.php
@@ -437,7 +437,7 @@
* the overall state of the associated buildable. Compute the new aggregate
* state and save it on the buildable.
*
- * @param HarbormasterBuild $buildable The buildable to update.
+ * @param HarbormasterBuildable $buildable The buildable to update.
* @return void
*/
public function updateBuildable(HarbormasterBuildable $buildable) {
diff --git a/src/infrastructure/customfield/field/PhabricatorCustomField.php b/src/infrastructure/customfield/field/PhabricatorCustomField.php
--- a/src/infrastructure/customfield/field/PhabricatorCustomField.php
+++ b/src/infrastructure/customfield/field/PhabricatorCustomField.php
@@ -1004,7 +1004,8 @@
* when a transaction would set a field to an invalid value, or when a field
* is required but no transactions provide value.
*
- * @param PhabricatorLiskDAO $editor Editor applying the transactions.
+ * @param PhabricatorApplicationTransactionEditor $editor Editor applying the
+ * transactions.
* @param string $type Transaction type. This type is always
* `PhabricatorTransactions::TYPE_CUSTOMFIELD`, it is provided for
* convenience when constructing exceptions.
diff --git a/src/infrastructure/markup/PhabricatorMarkupInterface.php b/src/infrastructure/markup/PhabricatorMarkupInterface.php
--- a/src/infrastructure/markup/PhabricatorMarkupInterface.php
+++ b/src/infrastructure/markup/PhabricatorMarkupInterface.php
@@ -62,7 +62,7 @@
*
* @param string $field Field name.
* @param string $output The finalized output of the engine.
- * @param string $engine The engine which generated the output.
+ * @param PhutilMarkupEngine $engine The engine which generated the output.
* @return string Final output.
* @task markup
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 3, 14:23 (21 h, 40 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1269518
Default Alt Text
D25937.1743690189.diff (2 KB)
Attached To
Mode
D25937: PHPDoc: Make some parameter types match type in signatures
Attached
Detach File
Event Timeline
Log In to Comment