Page MenuHomePhorge

Add missing variable names to PHPDoc @param of methods
ClosedPublic

Authored by aklapper on Aug 23 2024, 10:56.
Tags
None
Referenced Files
F3300089: D25799.1743033535.diff
Tue, Mar 25, 23:58
F3292656: D25799.1742898113.diff
Mon, Mar 24, 10:21
F3289182: D25799.1742842711.diff
Sun, Mar 23, 18:58
F3254914: D25799.1742488080.diff
Wed, Mar 19, 16:28
F3254913: D25799.1742488079.diff
Wed, Mar 19, 16:27
F3219997: D25799.1741798470.diff
Tue, Mar 11, 16:54
F3219763: D25799.1741761855.diff
Tue, Mar 11, 06:44
F3005550: D25799.1740529845.diff
Tue, Feb 25, 00:30

Details

Summary

Add variable names ($varname in @param type $varname explanation) to PHPDoc method headers, for fun and profit.

Closes T15923

Test Plan
  • Read the method signatures and their corresponding PHPDoc headers at your fireplace
  • Still run ./bin/diviner generate without explosions (though it is very lenient anyway?)

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 23 2024, 13:32

@valerio.bozzolan Thanks, this unblocks a few more things on my list. I admit that I have not looked into the unit test failure here and I assume you understand it and that it is fine to merge this patch. :)

This revision was landed with ongoing or failed builds.Aug 23 2024, 16:52
This revision was automatically updated to reflect the committed changes.