Page MenuHomeDevCentral

Document UUID class
ClosedPublic

Authored by dereckson on Apr 10 2022, 12:29.
Tags
None
Referenced Files
F2827395: D2663.diff
Thu, Apr 18, 23:59
F2826993: D2663.id6731.diff
Thu, Apr 18, 22:21
Unknown Object (File)
Thu, Apr 18, 06:13
Unknown Object (File)
Thu, Apr 18, 03:27
Unknown Object (File)
Thu, Apr 18, 03:16
Unknown Object (File)
Wed, Apr 17, 23:55
Unknown Object (File)
Sun, Apr 14, 22:11
Unknown Object (File)
Sun, Apr 14, 21:38
Subscribers
None

Details

Summary

Include more PHPDoc information to help to generate documentation.

PHP documentation tools consider constants public by default,
but some are for internals use.

Test Plan

Regenerate doc with Doctum

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Errors
SeverityLocationCodeMessage
Erroromnitools/src/Identifiers/UUID.php:81PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:82PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:121PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:217PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:218PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:250PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:251PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Erroromnitools/src/Identifiers/UUID.php:260PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Warningomnitools/src/Identifiers/UUID.php:32PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Identifiers/UUID.php:193PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Identifiers/UUID.php:239PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Identifiers/UUID.php:312PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
Test Failures
Branch
main
Build Status
Buildable 4176
Build 4428: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson retitled this revision from Address UUID constants visibility to Document UUID class.Apr 10 2022, 13:21
dereckson edited the summary of this revision. (Show Details)

Looks good to me, ready to merge.

This revision was not accepted when it landed; it landed in state Changes Planned.Feb 24 2023, 19:57
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.